Export to GitHub

json-simple - issue #95

Patch for /trunk/src/main/java/org/json/simple/parser/ContainerFactory.java


Posted on Jul 2, 2014 by Happy Kangaroo

Added second e in create to createArrayContainer

Attachments

Comment #1

Posted on Jul 15, 2014 by Helpful Panda

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. :-)

Comment #2

Posted on Jul 15, 2014 by Happy Bird

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() {

Status: WontFix

Labels:
Type-Patch