Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -18/+0 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -0/+18 |
Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. |