Skip to content

Commit a59615a

Browse files
committed
Javadoc
1 parent 440006f commit a59615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/pool2/impl/NoOpCallStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class NoOpCallStack implements CallStack {
2828

2929
/**
30-
* Singleton instance.
30+
* The singleton instance.
3131
*/
3232
public static final CallStack INSTANCE = new NoOpCallStack();
3333

0 commit comments

Comments
 (0)