-
Bug
-
Resolution: Fixed
-
P2
-
None
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:
private void saveRegistry(Properties registry) throws IOException {
168 String path = Configuration.getSystemProperty(REGISTRY_FILE_PATH);
Variable path is accessed by inner class, so the compilation fails.
private void saveRegistry(Properties registry) throws IOException {
168 String path = Configuration.getSystemProperty(REGISTRY_FILE_PATH);
Variable path is accessed by inner class, so the compilation fails.