SuccessChanges

Summary

  1. https://github.com/subshare/subshare/issues/52 (details)
  2. Switched from javafx.util.Pair to own Pair class, because there should (details)
Commit d8fa40d7d5a9211aaa048010143c002173c5ab3a by Marco Nguitragool-Schulze
https://github.com/subshare/subshare/issues/52

Added missing null-check. Warning was always logged and operation always
aborted :-(
The file was modifiedorg.subshare/org.subshare.local/src/main/java/org/subshare/local/CryptreeNode.java
Commit 3b8e176f7f673b2338ffc214cedfdcc9d1b2f0a3 by Marco Nguitragool-Schulze
Switched from javafx.util.Pair to own Pair class, because there should
be NO javafx dependency outside the gui projects.
The file was modifiedorg.subshare/org.subshare.core/src/main/java/org/subshare/core/repo/ServerRepoManagerImpl.java