Skip to content
Snippets Groups Projects
Commit 57336370 authored by Simon Barner's avatar Simon Barner
Browse files

- Typo fix

parent 22581a3f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService; ...@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author aravantinos * @author aravantinos
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 6AE7E4E99C508C7C8A299ED25460ECFE * @ConQAT.Rating YELLOW Hash: 2B7E97B87725EFBADF63CECC5E5A223C
*/ */
public final class ConstraintService implements IIntrospectiveKernelService, IConstraintService { public final class ConstraintService implements IIntrospectiveKernelService, IConstraintService {
...@@ -117,7 +117,7 @@ public final class ConstraintService implements IIntrospectiveKernelService, ICo ...@@ -117,7 +117,7 @@ public final class ConstraintService implements IIntrospectiveKernelService, ICo
"\n- SUCCESS means the verification succeeded" + "\n- SUCCESS means the verification succeeded" +
"\n- FAIL means the verification failed" + "\n- FAIL means the verification failed" +
"\n- ERROR means the verification could not be run (typically because an error happened)" + "\n- ERROR means the verification could not be run (typically because an error happened)" +
"\n- OUTDATED means the constrained items have changed and the constraint instance sould be verified. " + "\n- OUTDATED means the constrained items have changed and the constraint instance should be verified. " +
"\n- null if it is irrelevant to check the constraint - whatever is the reason. " + "\n- null if it is irrelevant to check the constraint - whatever is the reason. " +
"\nDo not hesitate to extend these statuses to define your own," + "\nDo not hesitate to extend these statuses to define your own," +
"\nfor instance to provide more information about failure (thus possibly allowing automatic fixes)." + "\nfor instance to provide more information about failure (thus possibly allowing automatic fixes)." +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment