src/java.naming/share/classes/javax/naming/directory/Attribute.java
changeset 51317 e122220d7d7e
parent 47216 71c04702a3d5
child 51437 6221a199ec20
equal deleted inserted replaced
51316:c23f1e4910f3 51317:e122220d7d7e
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2018, 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
   334     Object set(int ix, Object attrVal);
   334     Object set(int ix, Object attrVal);
   335 
   335 
   336     /**
   336     /**
   337      * Use serialVersionUID from JNDI 1.1.1 for interoperability.
   337      * Use serialVersionUID from JNDI 1.1.1 for interoperability.
   338      */
   338      */
       
   339     @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
   339     static final long serialVersionUID = 8707690322213556804L;
   340     static final long serialVersionUID = 8707690322213556804L;
   340 }
   341 }