Skip to content

Commit 2ccad0f

Browse files
committed
Fix javadoc
1 parent 51929a3 commit 2ccad0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ public static Xpp3Dom mergeXpp3Dom(Xpp3Dom dominant, Xpp3Dom recessive) {
125125
}
126126

127127
/**
128-
* @deprecated Use {@link org.codehaus.plexus.util.StringUtils#isNotEmpty(String)} instead
128+
* @deprecated Use org.codehaus.plexus.util.StringUtils#isNotEmpty(String) instead
129129
*/
130130
@Deprecated
131131
public static boolean isNotEmpty(String str) {
132132
return (str != null && str.length() > 0);
133133
}
134134

135135
/**
136-
* @deprecated Use {@link org.codehaus.plexus.util.StringUtils#isEmpty(String)} instead
136+
* @deprecated Use org.codehaus.plexus.util.StringUtils#isEmpty(String) instead
137137
*/
138138
@Deprecated
139139
public static boolean isEmpty(String str) {

0 commit comments

Comments
 (0)