doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:33 -05:00
parent 36eefd0836
commit feb1233081

View File

@@ -48,10 +48,11 @@ public final class DependencyVersionUtil {
/**
* <p>
* A utility class to extract version numbers from file names (or other strings containing version numbers.<br/>
* Example:<br/>
* Give the file name: library-name-1.4.1r2-release.jar<br/>
* This function would return: 1.4.1.r2</p>
* A utility class to extract version numbers from file names (or other strings containing version numbers.</p>
* <pre>
* Example:
* Give the file name: library-name-1.4.1r2-release.jar
* This function would return: 1.4.1.r2</pre>
*
* @param text the text being analyzed
* @return a DependencyVersion containing the version