JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / NullPattern.js
index a8eda32..2198789 100644 (file)
@@ -1,20 +1,20 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.NullPattern", ["com.stevesoft.pat.patInt"], function () {
-c$ = Clazz.declareType (com.stevesoft.pat, "NullPattern", com.stevesoft.pat.Pattern);
-Clazz.overrideMethod (c$, "toString", 
-function () {
-return this.nextString ();
-});
-Clazz.overrideMethod (c$, "matchInternal", 
-function (p, pt) {
-return this.nextMatch (p, pt);
-}, "~N,com.stevesoft.pat.Pthings");
-Clazz.overrideMethod (c$, "maxChars", 
-function () {
-return  new com.stevesoft.pat.patInt (0);
-});
-Clazz.overrideMethod (c$, "clone1", 
-function (h) {
-return  new com.stevesoft.pat.NullPattern ();
-}, "java.util.Hashtable");
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.NullPattern", ["com.stevesoft.pat.patInt"], function () {\r
+c$ = Clazz.declareType (com.stevesoft.pat, "NullPattern", com.stevesoft.pat.Pattern);\r
+Clazz.overrideMethod (c$, "toString", \r
+function () {\r
+return this.nextString ();\r
+});\r
+Clazz.overrideMethod (c$, "matchInternal", \r
+function (p, pt) {\r
+return this.nextMatch (p, pt);\r
+}, "~N,com.stevesoft.pat.Pthings");\r
+Clazz.overrideMethod (c$, "maxChars", \r
+function () {\r
+return  new com.stevesoft.pat.patInt (0);\r
+});\r
+Clazz.overrideMethod (c$, "clone1", \r
+function (h) {\r
+return  new com.stevesoft.pat.NullPattern ();\r
+}, "java.util.Hashtable");\r
+});\r