import org.religion.*; public class LordsPrayer { public void pray() { God ourFather = Heaven.getGodInstance(); ourFather.getName().setHallowed(true); ourFather.getKingdom().setWelcome(true); boolean isWillDone = Heaven.isWillDone(ourFather); Earth.setWillDone(ourFather, isWillDone); Bread dailyBread = ourFather.getBread(new Date()); synchronized { ourFather.forgive(this.getTrespasses()); this.forgive(this.getTrespassers()); } ourFather.removeTemptationListener(this); ourFather.deliverFrom(Evil, this); for (;;) { Kingdom.setOwner(ourFather); Power.setOwner(ourFather); Glory.setOwner(ourFather); } finalize(); } }
nu știu cine e autorul; vorba ceea, e găsită pe net