Skip to content

Commit

Permalink
another rename cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Aug 28, 2023
1 parent 46c8fe7 commit 4226f15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.hellblazer.luciferase.sentinel.cast;
package com.hellblazer.luciferase.lucien.cast;

import javax.vecmath.Point3f;
import javax.vecmath.Tuple3f;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.hellblazer.luciferase.sentinel.cast;
package com.hellblazer.luciferase.lucien.cast;

import javax.vecmath.Point3f;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.hellblazer.luciferase.sentinel.cast;
package com.hellblazer.luciferase.lucien.cast;

import javax.vecmath.Point3f;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.hellblazer.luciferase.sentinel.cast;
package com.hellblazer.luciferase.lucien.cast;

import javax.vecmath.Point3f;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.hellblazer.luciferase.sentinel.cast;
package com.hellblazer.luciferase.lucien.cast;

import javax.vecmath.Point3f;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @author hal.hildebrand
*/
public class SentinelTest {
public class MutableGridTest {
private static final Point3f ORIGIN = new Point3f();

public static Point3f[] getRandomPoints(Random random, int numberOfPoints, float radius, boolean inSphere) {
Expand Down

0 comments on commit 4226f15

Please sign in to comment.