@@ -76,7 +76,7 @@ private Constants() {}
7676 *
7777 *
7878 *
79- * @return the godMapCustomAction (type HashMap< String, String> ) of this Constants object.
79+ * @return the godMapCustomAction (type HashMaps< String, String> ) of this Constants object.
8080 */
8181 public static Map <String , String > getGodMapCustomAction () {
8282 return godMapCustomAction ;
@@ -88,7 +88,7 @@ public static Map<String, String> getGodMapCustomAction() {
8888 *
8989 *
9090 *
91- * @return the specialBuildGods (type List< String> ) of this Constants object.
91+ * @return the specialBuildGods (type List< String> ) of this Constants object.
9292 */
9393 public static List <String > getSpecialBuildGods () {
9494 return SPECIAL_BUILD_GODS ;
@@ -101,7 +101,7 @@ public static List<String> getSpecialBuildGods() {
101101 *
102102 *
103103 *
104- * @return the endActionGods (type List< String> ) of this Constants object.
104+ * @return the endActionGods (type List< String> ) of this Constants object.
105105 */
106106 public static List <String > getEndActionGods () {
107107 return END_ACTION_GODS ;
@@ -115,7 +115,7 @@ public static List<String> getEndActionGods() {
115115 *
116116 *
117117 *
118- * @return the startActionGods (type List< String> ) of this Constants object.
118+ * @return the startActionGods (type List< String> ) of this Constants object.
119119 */
120120 public static List <String > getStartActionGods () {
121121 return START_ACTION_GODS ;
@@ -128,7 +128,7 @@ public static List<String> getStartActionGods() {
128128 *
129129 *
130130 *
131- * @return the buildSameBlockGods (type List< String> ) of this Constants object.
131+ * @return the buildSameBlockGods (type List< String> ) of this Constants object.
132132 */
133133 public static List <String > getBuildSameBlockGods () {
134134 return BUILD_SAME_BLOCK_GODS ;
@@ -141,7 +141,7 @@ public static List<String> getBuildSameBlockGods() {
141141 *
142142 *
143143 *
144- * @return the doubleMoveGods (type List< String> ) of this Constants object.
144+ * @return the doubleMoveGods (type List< String> ) of this Constants object.
145145 */
146146 public static List <String > getDoubleMoveGods () {
147147 return DOUBLE_MOVE_GODS ;
@@ -154,7 +154,7 @@ public static List<String> getDoubleMoveGods() {
154154 *
155155 *
156156 *
157- * @return the alternatePhaseGods (type List< String> ) of this Constants object.
157+ * @return the alternatePhaseGods (type List< String> ) of this Constants object.
158158 */
159159 public static List <String > getAlternatePhaseGods () { return ALTERNATE_PHASE_GODS ; }
160160
@@ -165,7 +165,7 @@ public static List<String> getDoubleMoveGods() {
165165 *
166166 *
167167 *
168- * @return the doubleBuildGods (type List< String> ) of this Constants object.
168+ * @return the doubleBuildGods (type List< String> ) of this Constants object.
169169 */
170170 public static List <String > getDoubleBuildGods () {
171171 return DOUBLE_BUILD_GODS ;
@@ -181,7 +181,7 @@ public static List<String> getDoubleBuildGods() {
181181 *
182182 *
183183 *
184- * @return the movePhaseGods (type List< String> ) of this Constants object.
184+ * @return the movePhaseGods (type List< String> ) of this Constants object.
185185 */
186186 public static List <String > getMovePhaseGods () {
187187 return MOVE_PHASE_GODS ;
@@ -196,7 +196,7 @@ public static List<String> getMovePhaseGods() {
196196 *
197197 *
198198 *
199- * @return the buildPhaseGods (type List< String> ) of this Constants object.
199+ * @return the buildPhaseGods (type List< String> ) of this Constants object.
200200 */
201201 public static List <String > getBuildPhaseGods () {
202202 return BUILD_PHASE_GODS ;
@@ -212,7 +212,7 @@ public static List<String> getBuildPhaseGods() {
212212 *
213213 *
214214 *
215- * @return the moveToCellOccupiedGods (type List< String> ) of this Constants object.
215+ * @return the moveToCellOccupiedGods (type List< String> ) of this Constants object.
216216 */
217217 public static List <String > getMoveToCellOccupiedGods () {
218218 return MOVE_TO_CELL_OCCUPIED_GODS ;
0 commit comments