Skip to content

Commit

Permalink
Update src/main/java/eu/decentsoftware/holograms/api/holograms/Hologr…
Browse files Browse the repository at this point in the history
…amPage.java

Co-authored-by: Andre_601 <[email protected]>
  • Loading branch information
Dominilk01 and Andre601 authored Jul 31, 2024
1 parent 73af500 commit f6ce272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ public boolean addLine(@NonNull HologramLine line) {
/**
* Insert a new line into this hologram page.
*
* @see eu.decentsoftware.holograms.api.DHAPI#insertHologramLine(Hologram, int, String)
* @param index Index of the new line.
* @param line New line.
* @return Boolean whether the operation was successful.
* @see eu.decentsoftware.holograms.api.DHAPI#insertHologramLine(Hologram, int, String)
*/
public boolean insertLine(int index, @NonNull HologramLine line) {
if (index < 0 || index >= size()) {
Expand Down

0 comments on commit f6ce272

Please sign in to comment.