Skip to content

Commit 8ec88b3

Browse files
committed
Fix typo
1 parent 5268bbd commit 8ec88b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mq/main/mq-broker/cluster/src/main/java/com/sun/messaging/jmq/jmsserver/multibroker/ClusterDestroyDestinationCallbackEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public CallbackEventListener getEventListener() {
3939

4040
@Override
4141
public String toString() {
42-
return "DestinationDetroyed: " + d;
42+
return "DestinationDestroyed: " + d;
4343
}
4444
}
4545

0 commit comments

Comments
 (0)