Skip to content

Commit 34484f4

Browse files
authored
Update Copyable.java
1 parent a282e77 commit 34484f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/cicirello/util/Copyable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public interface Copyable<T extends Copyable<T>> {
3838
* @return an identical copy of this object.
3939
*/
4040
T copy();
41-
}
41+
}

0 commit comments

Comments
 (0)