You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2003/08/15 00:35:14 UTC

cvs commit: incubator-geronimo/specs/jsr77/src/java/javax/management/j2ee Management.java

jboynes     2003/08/14 15:35:14

  Modified:    specs/jsr77/src/java/javax/management/j2ee Management.java
  Log:
  Path from Bodo Wippermann [bodo@bodow.de] to fix bad method name
  
  Revision  Changes    Path
  1.3       +2 -2      incubator-geronimo/specs/jsr77/src/java/javax/management/j2ee/Management.java
  
  Index: Management.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsr77/src/java/javax/management/j2ee/Management.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Management.java	14 Aug 2003 22:20:25 -0000	1.2
  +++ Management.java	14 Aug 2003 22:35:14 -0000	1.3
  @@ -103,5 +103,5 @@
   
       public AttributeList setAttributes(ObjectName name, AttributeList attributes) throws InstanceNotFoundException, ReflectionException, RemoteException;
   
  -    public ListenerRegistration getListenerRegistration() throws RemoteException;
  +    public ListenerRegistration getListenerRegistry() throws RemoteException;
   }