Skip to content

Commit

Permalink
findbug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elek committed Feb 9, 2018
1 parent 3a9031d commit 2c68fd7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ public class DynamicProvisioner implements Runnable{
private static final String KUBERNETES_BIND_COMPLETED_KEY =
"pv.kubernetes.io/bind-completed";

private static boolean running = true;
private boolean running = true;

private final StorageManager storageManager;

Expand Down

0 comments on commit 2c68fd7

Please sign in to comment.