Removed credits from lessons

This commit is contained in:
Nanne Baars 2015-10-03 18:21:54 +02:00
parent 16b8eeb439
commit a6a1b32939
2 changed files with 0 additions and 19 deletions

View File

@ -186,14 +186,6 @@ public abstract class AbstractLesson extends Screen implements Comparable<Object
return getLessonTracker(s, this).getCompleted(); return getLessonTracker(s, this).getCompleted();
} }
/**
* Gets the credits attribute of the AbstractLesson object
*
* @return The credits value
* @deprecated - Credits have moved to the about page
*/
public abstract Element getCredits();
/** /**
* {@inheritDoc} * {@inheritDoc}
* *

View File

@ -153,17 +153,6 @@ public abstract class LessonAdapter extends AbstractLesson {
return hints; return hints;
} }
/**
* Gets the credits attribute of the AbstractLesson object
*
* @return The credits value
* @deprecated Credits are in the about page. This method s no
* longer called from WebGoat
*/
public Element getCredits() {
return new StringElement();
}
/** /**
* {@inheritDoc} * {@inheritDoc}
* *