Skip to content

Commit 97be707

Browse files
committed
Fix since version in JavaDoc for correctness evaluator classes
1 parent 43d58a8 commit 97be707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-ai-core/src/main/java/org/springframework/ai/evaluation/CorrectnessEvaluationRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Represents an evaluation request for correctness evaluation.
99
*
1010
* @author Craig Walls
11-
* @since 1.0.0 M1
11+
* @since 1.0.0 M2
1212
*/
1313
public class CorrectnessEvaluationRequest extends EvaluationRequest {
1414

spring-ai-core/src/main/java/org/springframework/ai/evaluation/CorrectnessEvaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Passing is determined by the score being greater than or equal to a threshold.
1717
*
1818
* @author Craig Walls
19-
* @since 1.0.0 M1
19+
* @since 1.0.0 M2
2020
*/
2121
public class CorrectnessEvaluator implements Evaluator {
2222

0 commit comments

Comments
 (0)