add better comments

This commit is contained in:
Aria Moradi
2021-08-01 18:12:49 +04:30
parent 492d5f5e84
commit 8a5ac4a0af
7 changed files with 7 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ public class Preference {
return defaultValue;
}
/** Tachidesk specific API */
public String getDefaultValueType() {
return defaultValue.getClass().getSimpleName();
}