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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/admin/ClassPropertyDefinitionTest.java
@@ -43,7 +43,7 @@
 */
public class ClassPropertyDefinitionTest extends DirectoryServerTestCase {
  // Dummy class for testing.
  /** Dummy class for testing. */
  public static final class Dummy
  {
    public class X {}
@@ -63,7 +63,7 @@
  ClassPropertyDefinition.Builder builder;
  /**
   * Sets up tests
   * Sets up tests.
   */
  @BeforeClass
  public void setUp() {