djencks 2004/01/18 22:34:58
Modified: modules/kernel/src/java/org/apache/geronimo/kernel/service
AbstractManagedObject2.java
Log:
Clarify a message
Revision Changes Path
1.6 +3 -3
incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/kernel/service/AbstractManagedObject2.java
Index: AbstractManagedObject2.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/kernel/service/AbstractManagedObject2.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AbstractManagedObject2.java 1 Jan 2004 09:55:08 -0000 1.5
+++ AbstractManagedObject2.java 19 Jan 2004 06:34:58 -0000 1.6
@@ -305,7 +305,7 @@
/**
* Moves this MBean to the [EMAIL PROTECTED] State#STARTING} state
- * and then attempts to move this MBean immedately to the [EMAIL
PROTECTED] State#STARTED} state.
+ * and then attempts to move this MBean immedately to the [EMAIL
PROTECTED] State#RUNNING} state.
*
* Note: This method cannot be called while the current thread holds a
synchronized lock on this MBean,
* because this method sends JMX notifications. Sending a general
notification from a synchronized block
@@ -496,7 +496,7 @@
log.trace("Parent is running: parent=" + parent);
} catch (AttributeNotFoundException e) {
// ok -- parent is not a startable
- log.trace("Parent does not have a State
attibute");
+ log.trace("Parent does not have a State
attribute, continuing");
} catch (InstanceNotFoundException e) {
// depended on instance was removed bewteen the
register check and the invoke
log.trace("Cannot run because parent is not
registered: parent=" + parent);