Browse Source

fixed small JavaDoc typo

main
jkonert 2 years ago
parent
commit
59ca180a42
  1. 2
      GameProject/src/playground/package-info.java

2
GameProject/src/playground/package-info.java

@ -2,7 +2,7 @@
* The package playground contains all level specific logic and control of level logic. * The package playground contains all level specific logic and control of level logic.
* The structure and general logic (with global and local flags to be stored/used) * The structure and general logic (with global and local flags to be stored/used)
* is provided in abstract base class {@link Playground}.<br> * is provided in abstract base class {@link Playground}.<br>
* Child-classes implement specific logic for one level and game type (e.g. {@link SpaceInvadersLevel}).<b>
* Child-classes implement specific logic for one level and game type (e.g. {@link SpaceInvadersLevel}).<br>
* *
* Generally, the base class {@link Playground} supports totally different game types to be implemented. * Generally, the base class {@link Playground} supports totally different game types to be implemented.
*/ */

Loading…
Cancel
Save