jdk/src/share/classes/javax/naming/ldap/ControlFactory.java
changeset 18580 6c4badf4ffba
parent 7668 d4a77089c587
child 23712 d46a902c1aed
equal deleted inserted replaced
18579:b678846778ad 18580:6c4badf4ffba
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    49   * @see Control
    49   * @see Control
    50   * @since 1.3
    50   * @since 1.3
    51   */
    51   */
    52 
    52 
    53 public abstract class ControlFactory {
    53 public abstract class ControlFactory {
    54     /*
    54     /**
    55      * Creates a new instance of a control factory.
    55      * Creates a new instance of a control factory.
    56      */
    56      */
    57     protected ControlFactory() {
    57     protected ControlFactory() {
    58     }
    58     }
    59 
    59