|
Re: java code won't download
I looked at the documentation on the Watchdog and it said that you have to feed it yourself, so I did that and everything works fine now.
__________________
q = (2*b) | ~(2*b);
if (life.getLemons() != null) this.lemonade = new Drink(life.getLemons());
else throw new NoLemonsException("What now?");
|