Created
December 31, 2014 21:38
-
-
Save tylertreat/484d7ae84dffed08ca81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bill.getDepartment().setName("Bill's Department"); | |
String dept = frank.getDepartment().getName(); // Should yield "Bill's Department" but doesn't |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment