jdk/src/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java
changeset 22584 eed64ee05369
parent 22260 c9185e010e03
equal deleted inserted replaced
22583:e7d5af0b11e9 22584:eed64ee05369
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2014, 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
   226 
   226 
   227     /**
   227     /**
   228      * Returns the string table for class MultipleDocumentHandling.
   228      * Returns the string table for class MultipleDocumentHandling.
   229      */
   229      */
   230     protected String[] getStringTable() {
   230     protected String[] getStringTable() {
   231         return (String[])myStringTable.clone();
   231         return myStringTable.clone();
   232     }
   232     }
   233 
   233 
   234     /**
   234     /**
   235      * Returns the enumeration value table for class MultipleDocumentHandling.
   235      * Returns the enumeration value table for class MultipleDocumentHandling.
   236      */
   236      */