Skip to content

Commit

Permalink
get rid of snake case in class names
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanNeumann committed Dec 30, 2024
1 parent 1197855 commit a93e14c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
*
* @author Tilman Neumann
*/
public class ModularSqrt_BB {
private static final Logger LOG = LogManager.getLogger(ModularSqrt_BB.class);
public class ModularSqrtBig {
private static final Logger LOG = LogManager.getLogger(ModularSqrtBig.class);
private static final boolean DEBUG = false;

private ModularPower mpe = new ModularPower();
Expand Down

0 comments on commit a93e14c

Please sign in to comment.