X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FNullPattern.js;h=a8eda32940c8e65623c3a69c56134bed2ba4ec89;hp=2198789b99f8d6ddca23e43b6171089bd9ab699a;hb=7301a2415adab88038b291fc54caeeb3a5a47a44;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/NullPattern.js b/bin/com/stevesoft/pat/NullPattern.js index 2198789..a8eda32 100644 --- a/bin/com/stevesoft/pat/NullPattern.js +++ b/bin/com/stevesoft/pat/NullPattern.js @@ -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"); +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"); +});