mirror of
https://github.com/apache/jclouds.git
synced 2026-09-01 00:44:28 +00:00
Make inner class static
Found via error-prone.
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ public class RegionScopedSwiftBlobStoreParallelLiveTest extends BaseBlobStoreInt
|
||||
}
|
||||
}
|
||||
|
||||
private final class RandomFileWriter implements Runnable {
|
||||
private static final class RandomFileWriter implements Runnable {
|
||||
private final RandomAccessFile raf;
|
||||
private final long begin;
|
||||
private final long end;
|
||||
|
||||
Reference in New Issue
Block a user