joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Metamodel Cleanup #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following types are not used anymore:
- MetaAttribute
- StringLiteral
- VisibleElement
- SprayString

Remove these elements and refactor occurances in the code.

Original issue reported on code.google.com by karsten....@googlemail.com on 10 Nov 2011 at 8:28

GoogleCodeExporter commented 9 years ago
Renaming
   MetaReference#reference
-> MetaReference#target

Templates have some ugly "reference.reference" constructs. This looks a bit 
confusing. Renaming to "target" is more concise.

Original comment by karsten....@googlemail.com on 11 Nov 2011 at 5:46

GoogleCodeExporter commented 9 years ago
Fixed with commit 5b2f196d8ca4

Original comment by karsten....@googlemail.com on 14 Nov 2011 at 4:55