doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:31 -05:00
parent 7214b24357
commit b0bfd2292a

View File

@@ -692,7 +692,7 @@ public class Dependency implements Serializable, Comparable<Dependency> {
} }
/** /**
* Implementation of the Comparable<Dependency> interface. The comparison is solely based on the file path. * Implementation of the Comparable&lt;Dependency&gt; interface. The comparison is solely based on the file path.
* *
* @param o a dependency to compare * @param o a dependency to compare
* @return an integer representing the natural ordering * @return an integer representing the natural ordering