We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be93a7d commit f8765b8Copy full SHA for f8765b8
src/main/java/com/thealgorithms/maths/PiApproximation.java
@@ -14,7 +14,7 @@
14
*
15
* @author [Yash Rajput](https://github.com/the-yash-rajput)
16
*/
17
-public class PiApproximation {
+public final class PiApproximation {
18
19
private PiApproximation() {
20
throw new AssertionError("No instances.");
0 commit comments