Merge branch 'images'

Conflicts:
	mindplot/src/main/javascript/StandaloneActionDispatcher.js
This commit is contained in:
Paulo Gustavo Veiga
2012-11-02 02:08:28 -03:00
8 changed files with 369 additions and 317 deletions

View File

@@ -357,7 +357,7 @@ public class FreemindImporter
* 3 -> 2
* 4 -> 4
*/
private int calcFirstLevelOrder(@NotNull List<Object> freeChilden, @NotNull Node freeChild) {
private int calcFirstLevelOrder(@NotNull List<Object> freeChilden, @Nullable Node freeChild) {
final List<Node> nodes = new ArrayList<Node>();
int result;