xsd2ttcn: removed duplicate word in comment
authorebensza <bence.janos.szabo@ericsson.com>
Thu, 2 Jun 2016 12:27:20 +0000 (14:27 +0200)
committerebensza <bence.janos.szabo@ericsson.com>
Thu, 2 Jun 2016 12:27:20 +0000 (14:27 +0200)
Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
xsdconvert/ComplexType.cc

index 8367f2a018026e1d574fc8b5d151b04fb26b7c85..12dc49b212436f30d4937ca558d008dcc3287af5 100644 (file)
@@ -1786,7 +1786,7 @@ void ComplexType::resolveSimpleTypeExtension() {
         basefield->applyReference(*st);
         // If st has enumeration then the type is restored to the original value
         // because enumerations cannot be extended here and this way we just
-        // we just create an alias.
+        // create an alias.
         if (st->getEnumeration().modified) {
           basefield->setTypeValue(old_type);
           basefield->getEnumeration().modified = false;
This page took 0.024862 seconds and 5 git commands to generate.