adrnsoh / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Storage.init failed #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new codenameone project
2. In initVars call Storage.init()
3.

What is the expected output? What do you see instead?
This call failed with error init has private access, I expected it to work ok

What version of the product are you using? On what operating system?
Codenameone beta on mac

Please provide any additional information below.

Original issue reported on code.google.com by trinisof...@gmail.com on 18 Feb 2012 at 2:11

GoogleCodeExporter commented 9 years ago
Thanks. Storage.init() is no longer necessary under codename one since Storage 
is initialized implicitly. If the JavaDoc is misleading or wrong then that's a 
mistake in the javadoc which we need to fix. 

Original comment by shai.almog on 18 Feb 2012 at 4:47