File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/jenkins/plugins/lockableresources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public boolean start() throws Exception {
52
52
53
53
List <LockableResourcesStruct > resourceHolderList = new ArrayList <>();
54
54
55
- List <LockableResource > available = null ;
55
+ List <LockableResource > available ;
56
56
LinkedHashMap <String , List <LockableResourceProperty >> lockedResources = new LinkedHashMap <>();
57
57
LockableResourcesManager lrm = LockableResourcesManager .get ();
58
58
synchronized (LockableResourcesManager .syncResources ) {
@@ -177,8 +177,8 @@ public static void proceed(
177
177
String resourceDescription ,
178
178
final String variable ) {
179
179
Run <?, ?> build ;
180
- FlowNode node = null ;
181
- PrintStream logger = null ;
180
+ FlowNode node ;
181
+ PrintStream logger ;
182
182
try {
183
183
build = context .get (Run .class );
184
184
node = context .get (FlowNode .class );
You can’t perform that action at this time.
0 commit comments