diff --git a/pom.xml b/pom.xml index aae791f6b5..ab7768a2d2 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,20 @@ maven-release-plugin 2.5.3 + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + diff --git a/runelite-api/src/main/java/net/runelite/api/PlayerComposition.java b/runelite-api/src/main/java/net/runelite/api/PlayerComposition.java index c4e4f7b3a0..ce3b3df14f 100644 --- a/runelite-api/src/main/java/net/runelite/api/PlayerComposition.java +++ b/runelite-api/src/main/java/net/runelite/api/PlayerComposition.java @@ -36,8 +36,8 @@ public class PlayerComposition } /** - * Get equipment ids. If id is >= 256 && < 512 then subtract 256 and the id is a kit definition. - * If the id is >= 512 then subtract 512 and the id is an item id. + * Get equipment ids. If id is ≥ 256 && < 512 then subtract 256 and the id is a kit definition. + * If the id is ≥ 512 then subtract 512 and the id is an item id. * * @return */