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

Nicolas Capponi
19.50.2016 d035014ad8b0d2d4a0465f6c6dfcfa8e03f7ab84
opendj-server-legacy/src/test/java/org/opends/server/ServerContextBuilder.java
@@ -65,7 +65,6 @@
  public ServerContextBuilder schema(Schema schema)
  {
    when(serverContext.getSchema()).thenReturn(schema);
    when(serverContext.getSchemaNG()).thenReturn(schema);
    return this;
  }
@@ -73,7 +72,6 @@
  {
    when(serverContext.getSchemaHandler()).thenReturn(handler);
    when(serverContext.getSchema()).thenReturn(handler.getSchema());
    when(serverContext.getSchemaNG()).thenReturn(handler.getSchema());
    return this;
  }