We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46cd0c commit a3be690Copy full SHA for a3be690
core/src/main/java/org/faststats/chart/Chart.java
@@ -30,7 +30,7 @@ public interface Chart<T> {
30
*
31
* @return an optional containing the chart data
32
* @throws Exception if unable to compute the chart data
33
- * @implNote The implementation must be thread-safe and pure.
+ * @implSpec The implementation must be thread-safe and pure.
34
* @since 0.1.0
35
*/
36
@Contract(pure = true)
0 commit comments