Closed GoogleCodeExporter closed 9 years ago
It's awkward that there is a typo in the method name, but since it's already
published, let's keep it unchanged and let all of users remember my
carelessness. :-)
Original comment by fangyid...@gmail.com
on 15 Jul 2014 at 3:12
In pretty much all projects out there this is handled using deprecation and
major versioning;
v 1.1:
public void misspellet() {
v1.2:
@Deprecated
public void misspellet() {
misspelled();
}
public void misspelled() {
v2.0:
public void misspelled() {
Original comment by karl.wet...@kodapan.se
on 15 Jul 2014 at 12:59
Original issue reported on code.google.com by
ntroj...@gmail.com
on 2 Jul 2014 at 2:25Attachments: