Skip to content

Commit 9d9aea5

Browse files
Slight java doc clarifications
1 parent 586f50f commit 9d9aea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/ferreusveritas/dynamictrees/cells/CellKits.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ public int getDefaultHydration() {
231231
*
232232
* Example:
233233
* exampleSolver = 0x0514, 0x0413, 0x0312, 0x0211
234-
* 0x0514.. (5 X 1 = 4) If there's 1 or more neighbor blocks with hydration 5 then make this block hydration 4
234+
* 0x0514.. (5 @ 1 = 4) If there's 1 or more neighbor blocks with hydration 5 then make this block hydration 4
235235
*
236236
* @param nv Array of counts of neighbor hydration values
237237
* @param solution Array of solver elements to solve the cell automata
238-
* @return
238+
* @return resulting hydration value of the center cell
239239
*/
240240
public static int solveCell(int[] nv, short[] solution) {
241241
for(int d: solution) {

0 commit comments

Comments
 (0)