mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-17 09:06:55 +01:00
spelling fixes
Former-commit-id: d118f6474726c5cb39c246789830c4626a2bba7a
This commit is contained in:
@@ -33,7 +33,7 @@ import org.apache.commons.lang.StringUtils;
|
||||
* versionParts[2] = 3;
|
||||
* </code></p>
|
||||
* <p>Note, the parser contained in this class expects the version numbers to be
|
||||
* seperated by periods. If a different seperator is used the parser will likely
|
||||
* separated by periods. If a different seperator is used the parser will likely
|
||||
* fail.</p>
|
||||
* @author Jeremy Long (jeremy.long@gmail.com)
|
||||
*/
|
||||
@@ -105,7 +105,7 @@ public class DependencyVersion implements Iterable {
|
||||
|
||||
/**
|
||||
* Reconstructs the version string from the split version parts.
|
||||
* @return a string reprenting the version.
|
||||
* @return a string representing the version.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
Reference in New Issue
Block a user