jdk/src/share/classes/javax/management/relation/RelationSupport.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
   588 
   588 
   589     /**
   589     /**
   590      * Retrieves MBeans referenced in the various roles of the relation.
   590      * Retrieves MBeans referenced in the various roles of the relation.
   591      *
   591      *
   592      * @return a HashMap mapping:
   592      * @return a HashMap mapping:
   593      * <P> ObjectName -> ArrayList of String (role names)
   593      * <P> ObjectName {@literal ->} ArrayList of String (role names)
   594      */
   594      */
   595     public Map<ObjectName,List<String>> getReferencedMBeans() {
   595     public Map<ObjectName,List<String>> getReferencedMBeans() {
   596 
   596 
   597         RELATION_LOGGER.entering(RelationSupport.class.getName(),
   597         RELATION_LOGGER.entering(RelationSupport.class.getName(),
   598                 "getReferencedMBeans");
   598                 "getReferencedMBeans");