Skip to content

Commit 2858335

Browse files
committed
Add missing javadoc
1 parent 209f11b commit 2858335

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

library/src/main/java/me/proxer/library/api/list/TagListEndpoint.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
import javax.annotation.Nullable;
1313
import java.util.List;
1414

15+
/**
16+
* Endpoint for retrieving the available tags.
17+
*
18+
* @author Ruben Gees
19+
*/
1520
@Accessors(fluent = true)
1621
public final class TagListEndpoint implements Endpoint<List<Tag>> {
1722

0 commit comments

Comments
 (0)