Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gy910210 committed Feb 25, 2016
1 parent 59538af commit 18de1cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static public Instance convertToSamoaInstance(DataInstance dataInstance) {
} else if (dataInstance instanceof ClusterDataInstance) {
return InstanceUtils.convertClusterInstance((ClusterDataInstance) dataInstance);
} else {
throw new Error("Valid input class!");
throw new Error("Invalid input class!");
}
}
}

0 comments on commit 18de1cf

Please sign in to comment.