document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*
  2.     ...
  3. */
  4. public boolean isCompressedWhenStoredInIndex() {
  5.     if(m2Property.isCompressedWhenStoredInIndex() == null){
  6.         return false;
  7.     }else{
  8.         return m2Property.isCompressedWhenStoredInIndex();
  9.     }
  10. }
');