This commit is contained in:
Filip Izydorczyk
2020-07-27 16:44:04 +02:00
parent 8da4ffeffe
commit 2ab40a24c7
10 changed files with 106 additions and 18 deletions

View File

@ -0,0 +1,9 @@
package com.plannaplan.transferutils;
public class TransferMatcher {
public TransferMatcher() {
}
public void findMatches() {
}
}

View File

@ -0,0 +1,9 @@
package com.plannaplan.transferutils;
public class TransfersExecuter {
public TransfersExecuter() {
}
public void execute() {
}
}