Commit 8bc49355 by Patryk Czarnik

Referencje - popraweczka

parent bcc9433c
...@@ -15,7 +15,7 @@ public class Referencje2 { ...@@ -15,7 +15,7 @@ public class Referencje2 {
a = b; a = b;
b.wplata(48); b.wplata(48);
// ten sam efekt dałoby: // ten sam efekt dałoby:
// a.saldo += 48; // b.saldo += 48;
System.out.println("Koniec metody:"); System.out.println("Koniec metody:");
System.out.println("a: " + a); System.out.println("a: " + a);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment