~hjd/ubuntu/wily/xmlgraphics-commons/debian-merged

« back to all changes in this revision

Viewing changes to src/java/org/apache/xmlgraphics/util/io/SubInputStream.java

  • Committer: Hans Joachim Desserud
  • Date: 2015-11-11 18:22:53 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: hans_joachim_desserud-20151111182253-zwi0frfm97j0wddn
  * Merge from Debian unstable.  Remaining changes:
    - d/control: Drop dependencies required for unit testing as they
      include libmockito-java which would pull maven into main, disable unit
      test execution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * limitations under the License.
16
16
 */
17
17
 
18
 
/* $Id: SubInputStream.java 750418 2009-03-05 11:03:54Z vhennebert $ */
 
18
/* $Id: SubInputStream.java 1610846 2014-07-15 20:44:18Z vhennebert $ */
19
19
 
20
20
package org.apache.xmlgraphics.util.io;
21
21
 
40
40
     * Indicates whether the underlying stream should be closed when the {@link #close()} method
41
41
     * is called.
42
42
     */
43
 
    private boolean closeUnderlying = false;
 
43
    private boolean closeUnderlying;
44
44
 
45
45
    /**
46
46
     * Creates a new SubInputStream.