Tweak comment

This commit is contained in:
Sam Harwell 2012-11-03 14:07:47 -05:00
parent baa4dcf1b9
commit b6653293df
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ javaTypeInitMap ::= [
"byte":"0", "byte":"0",
"short":"0", "short":"0",
"char":"0", "char":"0",
default:"null" // anything other than an atomic type default:"null" // anything other than a primitive type is an object
] ]
// args must be <object-model-object>, <fields-resulting-in-STs> // args must be <object-model-object>, <fields-resulting-in-STs>