Skip to content

Commit 7a832a2

Browse files
committed
Remove unwanted lines
1 parent cc15770 commit 7a832a2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugin/src/main/java/io/jenkins/plugins/casc/Attribute.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,9 @@ public CNode describe(Owner instance, ConfigurationContext context) throws Confi
244244
String errorMessage = "FAILED TO EXPORT\n" + instance.getClass().getName() + "#" + name
245245
+ ": No configurator found for type " + type;
246246

247-
// --- NEW STRICT MODE CHECK FOR MISSING CONFIGURATOR ---
248247
if (context.isStrictExport()) {
249248
throw new ConfiguratorException(errorMessage);
250249
}
251-
// ------------------------------------------------------
252250

253251
return new Scalar(errorMessage);
254252
}

0 commit comments

Comments
 (0)