Skip to content

Commit 18de1cf

Browse files
committed
fix
1 parent 59538af commit 18de1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samoa-api/src/main/java/org/apache/samoa/learners/InstanceUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static public Instance convertToSamoaInstance(DataInstance dataInstance) {
133133
} else if (dataInstance instanceof ClusterDataInstance) {
134134
return InstanceUtils.convertClusterInstance((ClusterDataInstance) dataInstance);
135135
} else {
136-
throw new Error("Valid input class!");
136+
throw new Error("Invalid input class!");
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)