Skip to content

Commit 5787676

Browse files
committed
Use -> uses in particle javadocs
1 parent d4b5936 commit 5787676

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

paper-api/src/main/java/org/bukkit/Particle.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import com.google.common.base.Preconditions;
44
import org.bukkit.block.data.BlockData;
55
import org.bukkit.inventory.ItemStack;
6-
import org.jetbrains.annotations.ApiStatus;
76
import org.jetbrains.annotations.NotNull;
87

98
public enum Particle implements Keyed {
@@ -117,18 +116,18 @@ public enum Particle implements Keyed {
117116
SONIC_BOOM("sonic_boom"),
118117
SCULK_SOUL("sculk_soul"),
119118
/**
120-
* Use {@link Float} as DataType
119+
* Uses {@link Float} as DataType
121120
*/
122121
SCULK_CHARGE("sculk_charge", Float.class),
123122
SCULK_CHARGE_POP("sculk_charge_pop"),
124123
/**
125-
* Use {@link Integer} as DataType
124+
* Uses {@link Integer} as DataType
126125
*/
127126
SHRIEK("shriek", Integer.class),
128127
CHERRY_LEAVES("cherry_leaves"),
129128
PALE_OAK_LEAVES("pale_oak_leaves"),
130129
/**
131-
* Use {@link Color} as DataType (with alpha support)
130+
* Uses {@link Color} as DataType (with alpha support)
132131
*/
133132
TINTED_LEAVES("tinted_leaves", Color.class),
134133
EGG_CRACK("egg_crack"),

0 commit comments

Comments
 (0)