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 f6ce272 commit 3b61d92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public boolean setLine(int index, @NonNull String content) {
/**
* Get line on a specified index in this hologram page.
*
* @see eu.decentsoftware.holograms.api.DHAPI#getHologramLine(HologramPage, int)
* @param index Index of the line.
* @return The HologramLine or null if it wasn't found.
* @see eu.decentsoftware.holograms.api.DHAPI#getHologramLine(HologramPage, int)
*/
public HologramLine getLine(int index) {
if (index < 0 || index >= size()) {
Expand Down

0 comments on commit 3b61d92

Please sign in to comment.