screenshot: Define more accurate method names and access levels

This commit is contained in:
SoyChai
2018-04-08 12:04:40 +10:00
committed by Adam
parent 851637c8b7
commit deb70796da
2 changed files with 12 additions and 12 deletions

View File

@@ -342,7 +342,7 @@ public class ScreenshotPlugin extends Plugin
* with the format "Your Skill (level is/are) now 99."
* @return Shortened string in the format "Skill(99)"
*/
public String parseLevelUpWidget(WidgetInfo levelUpLevel)
String parseLevelUpWidget(WidgetInfo levelUpLevel)
{
Widget levelChild = client.getWidget(levelUpLevel);
if (levelChild == null)