HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

Remove separate object for Collection types #92

Closed GladeDiviney closed 4 years ago

GladeDiviney commented 4 years ago

AttributeCollection types like CoverFront internally define an object called Types. But this:

So let's move these over to the existing Companion object in all cases.