SusiDNS: Add import feature (ticket #2447)

Box overlap issue remains todo, see ticket #2419
This commit is contained in:
zzz
2019-03-23 16:42:37 +00:00
parent fea5bd4ada
commit ce043943d9
6 changed files with 159 additions and 22 deletions

View File

@ -346,7 +346,7 @@ public class SingleFileNamingService extends NamingService {
}
/**
* @param options As follows:
* @param options null OK, or as follows:
* Key "search": return only those matching substring
* Key "startsWith": return only those starting with
* ("[0-9]" allowed)
@ -413,7 +413,7 @@ public class SingleFileNamingService extends NamingService {
/**
* Overridden since we store base64 natively.
*
* @param options As follows:
* @param options null OK, or as follows:
* Key "search": return only those matching substring
* Key "startsWith": return only those starting with
* ("[0-9]" allowed)