sai-pullabhotla / catatumbo

JPA like Persistence Framework for Google Cloud Datastore and Cloud Firestore
http://catatumbo.io
Apache License 2.0
51 stars 20 forks source link

Fix member order in IntrospectionUtils #196

Closed sai-pullabhotla closed 6 years ago

sai-pullabhotla commented 6 years ago

The below constant should be declared prior to the constructor:

private static final String[] WRITE_METHOD_PREFIXES = { "set", "with", null };