jdk/src/share/classes/javax/management/openmbean/OpenMBeanOperationInfo.java
changeset 24368 2b4801b94265
parent 5506 202f599c92aa
equal deleted inserted replaced
24367:705490680527 24368:2b4801b94265
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2007, 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
   159      * <p>
   159      * <p>
   160      * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code>
   160      * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code>
   161      * for any two <code>OpenMBeanOperationInfo</code> instances <code>t1</code> and <code>t2</code>,
   161      * for any two <code>OpenMBeanOperationInfo</code> instances <code>t1</code> and <code>t2</code>,
   162      * as required by the general contract of the method
   162      * as required by the general contract of the method
   163      * {@link Object#hashCode() Object.hashCode()}.
   163      * {@link Object#hashCode() Object.hashCode()}.
   164      * <p>
   164      *
   165      *
   165      *
   166      * @return  the hash code value for this <code>OpenMBeanOperationInfo</code> instance
   166      * @return  the hash code value for this <code>OpenMBeanOperationInfo</code> instance
   167      */
   167      */
   168     public int hashCode();
   168     public int hashCode();
   169 
   169