mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +01:00
doclint fixes
This commit is contained in:
@@ -48,10 +48,11 @@ public final class DependencyVersionUtil {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* A utility class to extract version numbers from file names (or other strings containing version numbers.<br/>
|
* A utility class to extract version numbers from file names (or other strings containing version numbers.</p>
|
||||||
* Example:<br/>
|
* <pre>
|
||||||
* Give the file name: library-name-1.4.1r2-release.jar<br/>
|
* Example:
|
||||||
* This function would return: 1.4.1.r2</p>
|
* 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
|
* @param text the text being analyzed
|
||||||
* @return a DependencyVersion containing the version
|
* @return a DependencyVersion containing the version
|
||||||
|
|||||||
Reference in New Issue
Block a user