Author: adietish
Date: 2011-07-05 06:51:55 -0400 (Tue, 05 Jul 2011)
New Revision: 32609
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/StopLaunchConfiguration.java
Log:
[JBIDE-9215] corrected deprecation comment (where was it moved to)
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/StopLaunchConfiguration.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/StopLaunchConfiguration.java 2011-07-05
10:51:08 UTC (rev 32608)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/StopLaunchConfiguration.java 2011-07-05
10:51:55 UTC (rev 32609)
@@ -105,7 +105,7 @@
}
/**
- * moved to {@link LocalJBossBehaviorDelegate#getDefaultStopArguments()}
+ * moved to {@link AbstractJBossBehaviourDelegate#getDefaultStopArguments()}
*/
@Deprecated
public static String getDefaultArgs(JBossServer jbs) {