jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java
changeset 18564 f9db68ff2cbb
parent 14342 8435a30053c1
child 23914 754ca74db76a
equal deleted inserted replaced
18563:35827454c772 18564:f9db68ff2cbb
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 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
    69         String val = getSystemProperty(ROWSET_DEBUG_PROPERTY);
    69         String val = getSystemProperty(ROWSET_DEBUG_PROPERTY);
    70         // Allow simply setting the prop to turn on debug
    70         // Allow simply setting the prop to turn on debug
    71         debug = val != null && !"false".equals(val);
    71         debug = val != null && !"false".equals(val);
    72     }
    72     }
    73 
    73 
    74 
    74     /**
       
    75      * RowSetProvider constructor
       
    76      */
    75     protected RowSetProvider () {
    77     protected RowSetProvider () {
    76     }
    78     }
    77 
    79 
    78     /**
    80     /**
    79      * <p>Creates a new instance of a <code>RowSetFactory</code>
    81      * <p>Creates a new instance of a <code>RowSetFactory</code>