commit 69341f31a317c1089231a92e970ca11234d73eb9
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sun Mar 21 19:05:12 2021 +0100

    Comment.

diff --git a/src/main/java/org/distorted/objects/TwistyBandaged3Plate.java b/src/main/java/org/distorted/objects/TwistyBandaged3Plate.java
index 5387f196..6a151ee5 100644
--- a/src/main/java/org/distorted/objects/TwistyBandaged3Plate.java
+++ b/src/main/java/org/distorted/objects/TwistyBandaged3Plate.java
@@ -131,6 +131,11 @@ class TwistyBandaged3Plate extends TwistyBandagedAbstract
   // 9 more and 'insignificant' - i.e. States which only permit rotation along a single axis.
   // When doing an automatic scramble, we never want to enter such 'insignificant' states because
   // that would mean we'd have to do two rotations in a row along the same axis.
+  //
+  // 4th State's first ('x') array being '2,-1,10, 2, 2,13' means the following:
+  // if we are in the 4th state, and make move (2,-1) [i.e. rotation along the X axis, 2nd row, -1 angle]
+  // then we will land in state 10. If we make move (2,2), we will land in state 13. There are no other
+  // 'x' moves that lead to a 'significant' state.
 
   private final State[] mStates = new State[]
       {
