Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. class foo {
  2.  
  3.     public null writeLog(){
  4.         self.log.write();
  5.     }
  6. }
  7.  
  8. class bar extends foo {
  9.     static Logger log = new Logger('foo');
  10.    
  11.     public run (){
  12.         this.writeLog();
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement