jboynes 2003/08/14 15:35:14
Modified: specs/jsr77/src/java/javax/management/j2ee Management.java
Log:
Path from Bodo Wippermann [EMAIL PROTECTED] 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;
}