Skip to content

Commit 3ab2b3f

Browse files
committed
DropTestStatus: correct a typo in the javadoc
1 parent 6527391 commit 3ab2b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MinieExamples/src/main/java/jme3utilities/minie/test/DropTestStatus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2020-2024 Stephen Gold
2+
Copyright (c) 2020-2025 Stephen Gold
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without
@@ -164,7 +164,7 @@ class DropTestStatus extends SimpleAppState {
164164
*/
165165
private float gravity = 30f;
166166
/**
167-
* restitution all all rigid bodies (≥0, ≤1)
167+
* restitution for all rigid bodies (≥0, ≤1)
168168
*/
169169
private float restitution = 0.3f;
170170
/**

0 commit comments

Comments
 (0)