FunctionID: Add description and category tag to ListDomainFiles.java

This commit is contained in:
Andras Gemes 2024-10-06 18:24:20 +02:00
parent 5f4c1824e2
commit a26545f42c
No known key found for this signature in database
GPG key ID: F1EF1E4F007ECBAB

View file

@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
// Lets user choose a specific FID database and output file, then dumps all domain paths.
//@category FunctionID
import java.io.File; import java.io.File;
import java.io.FileWriter; import java.io.FileWriter;
import java.util.*; import java.util.*;