Skip to content

Commit b30d666

Browse files
Fix checkstyle issues.
1 parent fad3fe5 commit b30d666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/physics/GroundToGroundProjectileMotion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @author [Yash Rajput](https://github.com/the-yash-rajput)
1010
*/
11-
public class GroundToGroundProjectileMotion {
11+
public final class GroundToGroundProjectileMotion {
1212

1313
private GroundToGroundProjectileMotion() {
1414
throw new AssertionError("No instances.");

0 commit comments

Comments
 (0)