Skip to content

Commit

Permalink
Use fullyQualifiedName for standalone adapters registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Degueule committed Apr 28, 2015
1 parent fe00fc9 commit 16b00c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ class MelangeJvmModelInferrer extends AbstractModelInferrer
) ;
fr.inria.diverse.melange.resource.ModelTypeAdapter.Registry.INSTANCE.registerAdapter(
"«mm.packageUri»",
"«mt.name»",
"«mt.fullyQualifiedName»",
«mm.adapterNameFor(mt)».class
) ;
«ENDFOR»
Expand Down

0 comments on commit 16b00c4

Please sign in to comment.