aymens

Untitled

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