]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/dao/TemplateHeaderDAO.java
typo in method name
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / dao / TemplateHeaderDAO.java
index 24e751c8149400fd26d3f933a36db90f93f3f73f..67dcef8d69b8d131edc8dd6370a49f5ae4181e85 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright © 2021 Damyan Ivanov.
+ * Copyright © 2022 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -137,7 +137,7 @@ public abstract class TemplateHeaderDAO {
                 Misc.onMainThread(callback);
         });
     }
                 Misc.onMainThread(callback);
         });
     }
-    public void duplicateTemplateWitAccounts(@NonNull Long id, @Nullable
+    public void duplicateTemplateWithAccounts(@NonNull Long id, @Nullable
             AsyncResultCallback<TemplateWithAccounts> callback) {
         BaseDAO.runAsync(() -> {
             TemplateWithAccounts src = getTemplateWithAccountsSync(id);
             AsyncResultCallback<TemplateWithAccounts> callback) {
         BaseDAO.runAsync(() -> {
             TemplateWithAccounts src = getTemplateWithAccountsSync(id);