Skip to content

Commit

Permalink
remove copied-from-superclass docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn committed May 9, 2020
1 parent 15339a2 commit 66b1ba4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/org/terasology/launcher/game/RunGameTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ public RunGameTask(final Package pkg, final Path gamePath, final BaseLauncherSet
launcherSettings.getUserGameParameterList(), launcherSettings.getLogLevel());
}

/**
* Invoked when the Task is executed, the call method must be overridden and
* implemented by subclasses. The call method actually performs the
* background thread logic. Only the updateProgress, updateMessage, updateValue and
* updateTitle methods of Task may be called from code within this method.
* Any other interaction with the Task from the background thread will result
* in runtime exceptions.
*
* @return The result of the background work, if any.
*/
@Override
protected Boolean call() throws GameStartError, GameExitError, InterruptedException {
verifyNotNull(this.starter);
Expand Down

0 comments on commit 66b1ba4

Please sign in to comment.