Author: dgolovin
Date: 2011-11-18 18:27:01 -0500 (Fri, 18 Nov 2011)
New Revision: 36458
Modified:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java
Log:
fixed class reference in java doc comment. made it a qualified type name to avoid weird
error marker in eclipse
Modified:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java
===================================================================
---
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java 2011-11-18
19:44:18 UTC (rev 36457)
+++
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java 2011-11-18
23:27:01 UTC (rev 36458)
@@ -26,7 +26,7 @@
public final class Utils {
/**
- * Converts the non-Eclipse status severity to an Eclipse severity level. An {@link
Status.Severity#UNKNOWN unknown status} is
+ * Converts the non-Eclipse status severity to an Eclipse severity level. An {@link
org.modeshape.web.jcr.rest.client.Status.Severity#UNKNOWN unknown status} is
* converted to {@link IStatus#CANCEL cancel}.
*
* @param severity the eclipse status severity level
Show replies by date