Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
clean some more meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 30, 2017
1 parent c8e680d commit c4ed5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -11,6 +11,7 @@ public class PlayerTagBase extends AbstractTagBase {
// <--[tagbase]
// @Base player[<PlayerTag>]
// @Group Sponge Base Types
// @Modifier optional
// @ReturnType PlayerTag
// @Returns the input as a PlayerTag.
// @Note If no input is given, and the value of definition [player],
Expand Down
Expand Up @@ -17,7 +17,7 @@ public class FormattedTextTag extends AbstractTagObject {
// @Type FormattedTextTag
// @SubType TextTag
// @Group Sponge Base Types
// @Description represents formatted text. (EG, colors, hover events, and/or ...).
// @Description Represents formatted text. (EG, colors, hover events, and/or ...).
// -->

private Text internal;
Expand Down

0 comments on commit c4ed5de

Please sign in to comment.