You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
In "ContainerFactory.java" , the following method has a spelling miss in its
name:
public abstract java.util.List creatArrayContainer();
(create missing ending "e")
What is the expected output? What do you see instead?
I would expect "createArrayContainer"
What version of the product are you using? On what operating system?
v1.1.1 Windows
Original issue reported on code.google.com by [email protected] on 5 Apr 2013 at 4:18
The text was updated successfully, but these errors were encountered:
+1, but this suggestion has been turned down before for backwards compatibility.
I still state this is what we have version numbers for. @deprecate the old
method and move it out in next major release. It seems like the best you can do
is to cross your fingers or change to a lib that is not so static when it comes
to accepting changes.
Original issue reported on code.google.com by
[email protected]
on 5 Apr 2013 at 4:18The text was updated successfully, but these errors were encountered: