Moved namespace URIs into respectively classes
authorDennis Schafroth <dennis@indexdata.com>
Thu, 16 Feb 2012 11:42:37 +0000 (12:42 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 16 Feb 2012 11:42:37 +0000 (12:42 +0100)
src/org/marc4j/Constants.java

index 312e440..363a634 100644 (file)
@@ -42,11 +42,7 @@ public class Constants {
 \r
     /** BLANK */\r
     public static final int BLANK = 0x0020;\r
-    \r
-    /** NS URI */\r
-    public static final String MARCXML_NS_URI = "http://www.loc.gov/MARC21/slim";\r
-    public static final String TURBO_MARCXML_NS_URI = "http://www.indexdata.com/turbomarc";\r
-    \r
+        \r
     /** MARC-8 ANSEL ENCODING **/\r
     public static final String MARC_8_ENCODING = "MARC8";\r
 \r