Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- ...
- */
- public boolean isCompressedWhenStoredInIndex() {
- if(m2Property.isCompressedWhenStoredInIndex() == null){
- return false;
- }else{
- return m2Property.isCompressedWhenStoredInIndex();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment