document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2.  *
  3.  * @author Steve D.
  4.  * @version 1.0.1
  5.  */
  6. public class DepositSlot
  7. {
  8.     public boolean isEnvelopeReceived()
  9.     {
  10.         return true;
  11.     }
  12. }
');