From b3ddcec03829ea2152aa88c46a8e9d06390d20fc Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Wed, 27 Apr 2022 19:03:09 +0200 Subject: [PATCH] Fix error in JavaDoc --- src/HierarchicalSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HierarchicalSystem.java b/src/HierarchicalSystem.java index f17adf9..86b8f48 100644 --- a/src/HierarchicalSystem.java +++ b/src/HierarchicalSystem.java @@ -1,6 +1,6 @@ /** * 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'. */ public class HierarchicalSystem /* TODO: add clause */ {