yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Fix spurious code gen warning #167

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Don't need to warn about private static final fields in model specs since they'd generally be internal constants.

jdkoren commented 8 years ago

LGTM