You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/axis/files/axis-1.4-java6.patch

17 lines
450 B

--- src/org/apache/axis/i18n/ProjectResourceBundle.java.orig 2006-04-23 03:57:27.000000000 +0200
+++ src/org/apache/axis/i18n/ProjectResourceBundle.java 2009-11-08 19:08:20.000000000 +0100
@@ -357,13 +357,6 @@
return resourceName;
}
- /**
- * Clears the internal cache
- */
- public static void clearCache()
- {
- bundleCache.clear();
- }
public String toString() {
return resourceName;