Skip to content
Snippets Groups Projects
Commit 862281b7 authored by Sebastian Bergemann's avatar Sebastian Bergemann
Browse files

GREEN (small comment fix)

Issue-Ref: 3862
Issue-Url: af3#3862



Signed-off-by: default avatarSebastian Bergemann <bergemann@fortiss.org>
parent 2b041a72
No related branches found
No related tags found
1 merge request!1803862
Pipeline #35566 failed
FeatureModelTransformationUtils.java b38702296dcb48ff311b382bb9c05d2590e2dfac GREEN FeatureModelTransformationUtils.java b38702296dcb48ff311b382bb9c05d2590e2dfac GREEN
Pair.java 2dfd7dc65f7b9ba09a120f1a6058d1e8e9556a37 GREEN Pair.java 2dfd7dc65f7b9ba09a120f1a6058d1e8e9556a37 GREEN
VariabilityUtils.java 4d6b5d210e7ecefcd315044a70cb9f2cf77da82c YELLOW VariabilityUtils.java 66a727bdb58715dc7b1bd0ce320bd647f374f7d6 GREEN
VariabilityUtilsInternal.java 9c781a47513bb0c4ddcd13be1c27d62b70f25998 YELLOW VariabilityUtilsInternal.java 9c781a47513bb0c4ddcd13be1c27d62b70f25998 GREEN
...@@ -44,15 +44,13 @@ import org.fortiss.variability.model.presence.PresenceConditionTerm; ...@@ -44,15 +44,13 @@ import org.fortiss.variability.model.presence.PresenceConditionTerm;
public class VariabilityUtils { public class VariabilityUtils {
/** /**
* Regex, describing all legal characters, that might be in a feature literal * Regex, describing all legal characters that might be in a feature literal
* name. * name.
*/ */
public final static String FEATURE_LITERAL_LEGAL_CHAR_REGEX = public final static String FEATURE_LITERAL_LEGAL_CHAR_REGEX =
"[a-zA-Z\\d\\$&\\[\\]_\\-\\+@/\\\\,\\.=]"; "[a-zA-Z\\d\\$&\\[\\]_\\-\\+@/\\\\,\\.=]";
/** /** Regex, describing all keywords. */
* Regex, describing all keywords.
*/
public final static String PRESENCE_CONDITIONS_KEYWORDS = "OR|AND|NOT|DEFAULT"; public final static String PRESENCE_CONDITIONS_KEYWORDS = "OR|AND|NOT|DEFAULT";
/** /**
......
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