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

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/DataSource.java
@@ -48,9 +48,9 @@
 */
final class DataSource {
    private static interface IDataSource {
        public IDataSource duplicate();
        IDataSource duplicate();
        public Object getData();
        Object getData();
    }
    private static class IncrementLineFileDataSource implements IDataSource {