summaryrefslogtreecommitdiffstats
path: root/cps-path-parser
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-10-02 16:37:47 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-10-03 09:52:29 +0100
commit89bfabfda2afeeedd1e6cdcba41705469d406f48 (patch)
treefcf3a0a444f794c4a27adcd88bfd1c1490c3073f /cps-path-parser
parent78674d78554dda5f6eb8331410b261720dd126ab (diff)
Update JIRA and Wiki links host name from wiki.onap.org to lf-onap.atlassian.net
Issue-ID: CPS-2432 Change-Id: I53f380a4fe0968d1ec9f1393651c7c43f03d0d95 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-path-parser')
-rw-r--r--cps-path-parser/src/main/antlr4/org/onap/cps/cpspath/parser/antlr4/CpsPath.g42
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-path-parser/src/main/antlr4/org/onap/cps/cpspath/parser/antlr4/CpsPath.g4 b/cps-path-parser/src/main/antlr4/org/onap/cps/cpspath/parser/antlr4/CpsPath.g4
index 444702db48..74b99feb33 100644
--- a/cps-path-parser/src/main/antlr4/org/onap/cps/cpspath/parser/antlr4/CpsPath.g4
+++ b/cps-path-parser/src/main/antlr4/org/onap/cps/cpspath/parser/antlr4/CpsPath.g4
@@ -91,7 +91,7 @@ KW_CONTAINS_FUNCTION : 'contains' ;
KW_ANCESTOR_AXIS_PREFIX : SLASH KW_ANCESTOR COLONCOLON ;
IntegerLiteral : FragDigits ;
-// Add below type definitions for leafvalue comparision in https://jira.onap.org/browse/CPS-440
+// Add below type definitions for leafvalue comparision in https://lf-onap.atlassian.net/CPS-440
DecimalLiteral : ('.' FragDigits) | (FragDigits '.' [0-9]*) ;
DoubleLiteral : (('.' FragDigits) | (FragDigits ('.' [0-9]*)?)) [eE] [+-]? FragDigits ;
StringLiteral : '"' (~["] | FragEscapeQuot)* '"' | '\'' (~['] | FragEscapeApos)* '\'' ;