Browse Source

getTimeToLevel(int) is no longer retrievable

master
Chris Smith 15 years ago
parent
commit
2a2fdc3c55
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/uk/co/md87/evetool/api/wrappers/data/TrainedSkillInfo.java

+ 0
- 1
src/uk/co/md87/evetool/api/wrappers/data/TrainedSkillInfo.java View File

@@ -180,7 +180,6 @@ public class TrainedSkillInfo {
180 180
      * @param level The level to reach
181 181
      * @return The reamining time in seconds to that level
182 182
      */
183
-    @Retrievable(formatWith=DurationFormatter.class)
184 183
     public int getTimeToLevel(final int level) {
185 184
         final int remsp = skill.getSkillpointsForLevel(level) - getSP();
186 185
         final double sppm = getSkillpointsPerMinute();

Loading…
Cancel
Save