You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many methods and classes completely lack descriptions. For example Score.java lacks any javadoc comments.
Some method descriptions incorrectly specify what the method does and/or do not list the correct parameters. For example, runnerHasCollided() in CountryRunnerJPanel.java.
As you work through the project, added javadoc comments indicating the purpose of and functionality provided by each class and method.
The text was updated successfully, but these errors were encountered:
Many methods and classes completely lack descriptions. For example
Score.java
lacks any javadoc comments.Some method descriptions incorrectly specify what the method does and/or do not list the correct parameters. For example,
runnerHasCollided()
inCountryRunnerJPanel.java
.As you work through the project, added javadoc comments indicating the purpose of and functionality provided by each class and method.
The text was updated successfully, but these errors were encountered: