Skip to content

Commit d0394c1

Browse files
fix orphaned project typo
1 parent 635382e commit d0394c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/blog/2019-12-13-dropping-getters-setters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[https://stackoverflow.com/questions/3162665/immutable-class](https://stackoverflow.com/questions/3162665/immutable-class))
1+
[https://stackoverflow.com/questions/3162665/immutable-class](https://stackoverflow.com/questions/3162665/immutable-class)
22

33
1. Setters became useless
44
2. Later I started dropping the “get” prefix since setters are no longer there.
@@ -157,4 +157,4 @@ public class Person {
157157
}
158158
}
159159
}
160-
```
160+
```

0 commit comments

Comments
 (0)