Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
diff options
context:
space:
mode:
authorSergey Prigogin2011-04-10 01:22:26 +0000
committerSergey Prigogin2011-04-10 01:22:26 +0000
commit9c507fe607575bdf0451f12b0ab41c06f2436b90 (patch)
tree58ed0e8a9457ffcbea918d198e9346083471dc94 /codan
parent0a5580f3d3baf9a8ea8d5ccfc33f0dd1b62827f6 (diff)
downloadorg.eclipse.cdt-9c507fe607575bdf0451f12b0ab41c06f2436b90.tar.gz
org.eclipse.cdt-9c507fe607575bdf0451f12b0ab41c06f2436b90.tar.xz
org.eclipse.cdt-9c507fe607575bdf0451f12b0ab41c06f2436b90.zip
Cosmetics.
Diffstat (limited to 'codan')
-rw-r--r--codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/AbstractCheckerWithProblemPreferences.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/AbstractCheckerWithProblemPreferences.java b/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/AbstractCheckerWithProblemPreferences.java
index 371587ec458..9907a22bbc5 100644
--- a/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/AbstractCheckerWithProblemPreferences.java
+++ b/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/AbstractCheckerWithProblemPreferences.java
@@ -147,8 +147,7 @@ public abstract class AbstractCheckerWithProblemPreferences extends AbstractChec
}
/**
- * Add preference of type list of strings, list is empty by
- * default
+ * Adds preference of type list of strings, list is empty by default.
*
* @param problem
* - problem

Back to the top