Fix error in JavaDoc

This commit is contained in:
2022-04-27 19:03:09 +02:00
parent cf188f1b2d
commit b3ddcec038

View File

@ -1,6 +1,6 @@
/** /**
* A cosmic system that is composed of a central named body (of type 'NamedBodyForcePair') * A cosmic system that is composed of a central named body (of type 'NamedBodyForcePair')
* and an arbitrary number of subsystems (of type 'HierarchicalSystem') in its orbit. * and an arbitrary number of subsystems (of type 'CosmicSystem') in its orbit.
* This class implements 'CosmicSystem'. * This class implements 'CosmicSystem'.
*/ */
public class HierarchicalSystem /* TODO: add clause */ { public class HierarchicalSystem /* TODO: add clause */ {