| author | Sam Padgett | 2011-11-09 09:37:19 (EST) |
|---|---|---|
| committer | Michael Fiedler | 2011-11-09 09:37:19 (EST) |
| commit | 7f126ee8ee39b030b56d851734891c0ed8fee6cc (patch) (side-by-side diff) | |
| tree | a6d6a3d89cd79ff6c2fcdfdab5d0d221ed56771b | |
| parent | 689e0e45fb822acd94d5b5ef256e7c581fa555de (diff) | |
| download | org.eclipse.lyo.rio-7f126ee8ee39b030b56d851734891c0ed8fee6cc.zip org.eclipse.lyo.rio-7f126ee8ee39b030b56d851734891c0ed8fee6cc.tar.gz org.eclipse.lyo.rio-7f126ee8ee39b030b56d851734891c0ed8fee6cc.tar.bz2 | |
Bug 362914 - FOAF Namespace incorrect in RIO Core IConstants
| -rw-r--r-- | org.eclipse.lyo.rio.core/src/main/java/org/eclipse/lyo/rio/core/IConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.lyo.rio.core/src/main/java/org/eclipse/lyo/rio/core/IConstants.java b/org.eclipse.lyo.rio.core/src/main/java/org/eclipse/lyo/rio/core/IConstants.java index d25bbca..1a21f9c 100644 --- a/org.eclipse.lyo.rio.core/src/main/java/org/eclipse/lyo/rio/core/IConstants.java +++ b/org.eclipse.lyo.rio.core/src/main/java/org/eclipse/lyo/rio/core/IConstants.java @@ -377,7 +377,7 @@ public interface IConstants extends IRioConstants { // foaf - public static final String FOAF_NAMESPACE = "http://http://xmlns.com/foaf/0.1/"; + public static final String FOAF_NAMESPACE = "http://xmlns.com/foaf/0.1/"; public static final String FOAF_PREFIX = "foaf"; public static final String FOAF_XMLS_DECL = "\txmlns:" + FOAF_PREFIX + "=\"" + FOAF_NAMESPACE + "\"\n"; |

