Skip to content

Commit 4ec8d34

Browse files
committed
#34 Decided the fix will be delivered in v1.7
1 parent 9a29f85 commit 4ec8d34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/javascalautils/Unit.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)