Skip to content

Commit

Permalink
Fixed javadoc fail
Browse files Browse the repository at this point in the history
  • Loading branch information
LBF38 committed Jan 4, 2023
1 parent 1de8954 commit 81fdc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @author MathieuDFS, jufch
* @since 0.2.0
* @Deprecated since 0.3.0
* @deprecated since 0.3.0
*/
public class LifeComponent extends Component {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public Entity explosion_player_death(SpawnData data) {
*
* @param data
* @return Entity
* @deprecated
*/
@Spawns(entityNames.LIFE)
public Entity life(SpawnData data) {
Expand Down

0 comments on commit 81fdc65

Please sign in to comment.