aymens

Untitled

Mar 21st, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. public boolean isCompressedWhenStoredInIndex() {
  2.   if(m2Property.isCompressedWhenStoredInIndex() == null) {
  3.     return false;
  4.   } else {
  5.     return m2Property.isCompressedWhenStoredInIndex();
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment