Skip to content

Commit 2d7b8ef

Browse files
committed
(modifier) ModifierOrder: 'static' modifier out of order with the JLS
suggestions
1 parent 7f7382e commit 2d7b8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ZombieCacheServiceNonLocal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public RemoveEvent( final String cacheName, final K key, final long requesterId
109109
/**
110110
* Base of the other events.
111111
*/
112-
protected static abstract class ZombieEvent
112+
protected abstract static class ZombieEvent
113113
{
114114
/** The name of the region. */
115115
String cacheName;

commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/writer/AsyncCacheWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Thread newThread( final Runnable runner )
5757
}
5858
}
5959

60-
private static abstract class ExceptionProtectionRunnable implements Runnable
60+
private abstract static class ExceptionProtectionRunnable implements Runnable
6161
{
6262
protected abstract void doRun();
6363

0 commit comments

Comments
 (0)