aymens

Untitled

Mar 21st, 2011
76
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.   }
  5.   else{
  6.     return m2Property.isCompressedWhenStoredInIndex();
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment