Skip to content

Commit a0acbe5

Browse files
committed
doc: clarify params argument description in Javadoc
1 parent b32d72c commit a0acbe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ plugins {
99
}
1010

1111
group = "org.allaymc"
12-
version = "0.1.2-SNAPSHOT"
12+
version = "0.1.2"
1313
description = "The official placeholder api for Allay"
1414

1515
allay {
16-
api = "0.17.0"
16+
api = "0.18.0"
1717

1818
plugin {
1919
entrance = "org.allaymc.papi.PlaceholderAPI"

src/main/java/org/allaymc/papi/PlaceholderProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface PlaceholderProcessor {
1111
* Process the placeholder.
1212
*
1313
* @param player the player used to process the placeholder, can be {@code null}
14-
* @param params the params used to process the placeholder, can be {@code null}
14+
* @param params the params used to process the placeholder or an empty string if no params were used
1515
*
1616
* @return the processed placeholder
1717
*/

0 commit comments

Comments
 (0)