Skip to content

Commit c1fb7e2

Browse files
committed
AXIS-2875: Renamed a method that conflicts with a method in the superclass introduced in Java 1.6. Note that it is unlikely that this method is used by application code.
1 parent 1092661 commit c1fb7e2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

axis/src/main/java/org/apache/axis/i18n/ProjectResourceBundle.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,12 @@ public String getResourceName() {
358358
}
359359

360360
/**
361-
* Clears the internal cache
361+
* Clears the internal cache.
362+
* <p>
363+
* Note: In Axis 1.4 this method was named <code>clearCache</code>. However, that name conflicts
364+
* with a method in the base class introduced in Java 1.6.
362365
*/
363-
public static void clearCache()
366+
public static void clearBundleCache()
364367
{
365368
bundleCache.clear();
366369
}

0 commit comments

Comments
 (0)