summaryrefslogtreecommitdiffstats
path: root/org.eclipse.cdt.codan.extension
diff options
context:
space:
mode:
authorElliott Baron <ebaron@fedoraproject.org>2010-01-17 21:20:12 -0500
committerElliott Baron <ebaron@fedoraproject.org>2010-01-17 21:20:12 -0500
commitaa73b3f2503808e4b4029a73368a75b258d6f0dc (patch)
treef9bcfa57312d648e139694e392b62426fa19f961 /org.eclipse.cdt.codan.extension
parentaf92b8417ae76946c7d10772d8848abbe1126209 (diff)
downloadcodan-aa73b3f2503808e4b4029a73368a75b258d6f0dc.tar.gz
codan-aa73b3f2503808e4b4029a73368a75b258d6f0dc.tar.xz
codan-aa73b3f2503808e4b4029a73368a75b258d6f0dc.zip
Fix Javadoc comment.
*org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/IPropertyFSM.java: Fixed.
Diffstat (limited to 'org.eclipse.cdt.codan.extension')
-rw-r--r--org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/IPropertyFSM.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/IPropertyFSM.java b/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/IPropertyFSM.java
index 872b6ae..0344af1 100644
--- a/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/IPropertyFSM.java
+++ b/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/IPropertyFSM.java
@@ -13,7 +13,7 @@ package org.eclipse.cdt.codan.extension;
import java.util.Set;
/**
- * A finite state machine that encodes a temporal state.
+ * A finite state machine that encodes a temporal property.
* It is a set of Property States with defined meanings and transitions.
*/
public interface IPropertyFSM {