From 2143973127c77b081b8c716b23e4485d9281cc61 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 26 May 2017 17:25:09 -0400 Subject: [PATCH] Add maven-javadoc-plugin to catch javadoc errors prior to release --- pom.xml | 14 ++++++++++++++ .../java/net/runelite/api/PlayerComposition.java | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) 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 */