X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Fgnu%2Fregexp%2FRE.java;h=5854d63eb11b7c80e23683be77e008e89cdf391d;hp=4e0d3bfbd404326e96b63223524f9d400c001c25;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/gnu/regexp/RE.java b/src/gnu/regexp/RE.java index 4e0d3bf..5854d63 100644 --- a/src/gnu/regexp/RE.java +++ b/src/gnu/regexp/RE.java @@ -101,7 +101,7 @@ public class RE extends REToken { private static final String VERSION = "1.1.4-dev"; // The localized strings are kept in a separate file - // XWT LOCAL: we can't bundle property lists within the xwt executable on all platforms + // Ibex LOCAL: we can't bundle property lists within the ibex executable on all platforms // private static ResourceBundle messages = PropertyResourceBundle.getBundle("gnu/regexp/MessagesBundle", Locale.getDefault()); // These are, respectively, the first and last tokens in our linked list @@ -201,7 +201,7 @@ public class RE extends REToken { } // Retrieves a message from the ResourceBundle - // XWT LOCAL: we can't bundle property lists within the xwt executable on all platforms + // Ibex LOCAL: we can't bundle property lists within the ibex executable on all platforms // for simplicity, just lookup the errors this way. static final String getLocalizedMessage(String key) { if(key.equals("error.prefix")) return "At position {0} in regular expression pattern:";