Implemented generics to reuse code, clean-ups

This commit is contained in:
2023-10-04 00:57:12 +03:00
parent c80482ec6f
commit bd1f8e0577
23 changed files with 155 additions and 247 deletions

View File

@@ -24,5 +24,4 @@ public class DataDeserializer {
}
return manager;
}
}