Skip to content

Commit c9d0d3d

Browse files
committed
minor edit to Copyable interface
1 parent 24c307b commit c9d0d3d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/jpt2.jar

5 Bytes
Binary file not shown.

src/org/cicirello/util/Copyable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* <a href=https://www.cicirello.org/ target=_top>https://www.cicirello.org/</a>
3232
* @version 9.25.2019
3333
*/
34-
public interface Copyable<T extends Copyable> {
34+
public interface Copyable<T extends Copyable<T>> {
3535

3636
/**
3737
* Creates an identical copy of this object.

0 commit comments

Comments
 (0)