forked from jasder/antlr
Tweak comment
This commit is contained in:
parent
baa4dcf1b9
commit
b6653293df
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue