From: Svjatoslav Agejenko Date: Tue, 28 Feb 2023 22:11:43 +0000 (+0200) Subject: Updated readability of the code. X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=commitdiff_plain;h=b55174d5b7de316ed8a6e2d5099ff0bf802b6375 Updated readability of the code. --- diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java index 6df2b59..4faa448 100755 --- a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java @@ -73,7 +73,7 @@ class Cell extends AbstractCompositeShape implements } /** - * Compute cell color depending if cell is active and if mouse is over the + * Compute cell color depending on if cell is active and if mouse is over the * cell. */ private Color computeCellColor() {