jadams-tresys commented on a change in pull request #374:
URL: https://github.com/apache/incubator-daffodil/pull/374#discussion_r417298677



##########
File path: 
daffodil-runtime1/src/main/scala/org/apache/daffodil/dpath/NodeInfo.scala
##########
@@ -410,15 +410,15 @@ object NodeInfo extends Enum {
     Byte,
     Short,
     Long,
-    Integer,
-    Decimal,
     UnsignedInt,
     UnsignedByte,
     UnsignedShort,
     UnsignedLong,
     NonNegativeInteger,
+    Integer,
     Double,
     Float,
+    Decimal,
     HexBinary,

Review comment:
       Also, looking at this with a clearer head this morning, there are a few 
other changes necessary. I'm going to push up a small revision with everything 
in appropriate order.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to