Skip to content

Commit 709efaf

Browse files
committed
correct doc
1 parent e42d98e commit 709efaf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/xdean/jex/extra/GetSelf.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
package xdean.jex.extra;
22

33
/**
4-
* Useful class for build chain and extendible API.
4+
* Useful interface to build chain and extendible API.
55
*
66
* @author XDean
7-
*
8-
* @param <T>
97
*/
108
public interface GetSelf<T> {
119
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)