opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/MappingConfigurationManager.java
@@ -73,8 +73,8 @@ prop.setProperty(mappingKey, mappingValue); } prop.store(new FileOutputStream("MappingConfig.properties"), null); }catch (IOException ex) { ex.printStackTrace(); }catch (IOException e) { System.out.println(e.toString()); } } @@ -106,8 +106,8 @@ } return mapper; } catch (IOException ex) { ex.printStackTrace(); } catch (IOException e) { System.out.println(e.toString()); return null; } }