summaryrefslogtreecommitdiffstats
path: root/make/config/clImplCustomCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/clImplCustomCode.java')
-rw-r--r--make/config/clImplCustomCode.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/clImplCustomCode.java b/make/config/clImplCustomCode.java
index f57995d1..fc7d59ed 100644
--- a/make/config/clImplCustomCode.java
+++ b/make/config/clImplCustomCode.java
@@ -19,9 +19,10 @@
return null;
}
addressTable.reset(bundle);
+ /** Not required nor forced
if( !initializeImpl() ) {
throw new RuntimeException("Initialization failure");
- }
+ } */
return bundle;
} } );
}