mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Glenn Van Lint
24.31.2013 66231bed6e5fe16780f97beb4f8c4a8e510bedf0
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;
    }
  }