File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/main/java/javascalautils Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ public final class Unit implements Serializable {
4343
4444 /**
4545 * Static singleton representing the Unit.
46- * @since 1.6.1
46+ * @since 1.7
4747 */
4848 public static final Unit Instance = new Unit ();
4949
5050 private static final long serialVersionUID = 75L ;
5151
5252 /**
5353 * Always returns <tt>69</tt>.
54- * @since 1.6.1
54+ * @since 1.7
5555 * @return Always <tt>69</tt>
5656 */
5757 @ Override
@@ -62,7 +62,7 @@ public int hashCode() {
6262 /**
6363 * Simply compares the provided object to see if it is an instance of {@link Unit}.
6464 * @param obj The object to compare to
65- * @since 1.6.1
65+ * @since 1.7
6666 */
6767 @ Override
6868 public boolean equals (Object obj ) {
@@ -78,6 +78,7 @@ public boolean equals(Object obj) {
7878 /**
7979 * Always returns the string <tt>Unit</tt>
8080 * @return The string <tt>Unit</tt>
81+ * @since 1.7
8182 */
8283 @ Override
8384 public String toString () {
You can’t perform that action at this time.
0 commit comments