diff --git a/Assets/SEE/Game/ReflexionMapper.cs b/Assets/SEE/Game/ReflexionMapper.cs index 4cb7ebf09c..99b5378738 100644 --- a/Assets/SEE/Game/ReflexionMapper.cs +++ b/Assets/SEE/Game/ReflexionMapper.cs @@ -20,18 +20,18 @@ internal static class ReflexionMapper /// the following four cases regarding to which domains /// and belong to: /// - /// + /// 1. /// implementation -> architecture: interpreted as an architecture mapping, /// i.e., is mapped onto /// in the architecture. /// - /// 1. + /// 2. /// implementation -> implementation: interpreted as a restructuring in the implementation /// - /// 2. + /// 3. /// architecture -> architecture: interpreted as a restructuring in the architecture /// - /// 3. + /// 4. /// architecture -> implementation: makes no sense; will be ignored /// ///