daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Jan 29th, 2018 50 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class ObserwatorKonkretny implements Obserwator {
  2.     private DataModel _obserwowany;
  3.    
  4.     public ObserwatorKonkretny( DataModel obserwowany ) {
  5.         _obserwowany = obserwowany;
  6.     }
  7.  
  8.     @Override
  9.     public void uaktualnij() {
  10.     }
  11. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top