From 5d165603d0eea9890ddc5a2a50ce4f1da0fee7be Mon Sep 17 00:00:00 2001 From: dpilafian Date: Sun, 1 Dec 2024 02:17:19 -0800 Subject: [PATCH] Prevent lint warning for file header comments java:1: warning: [dangling-doc-comments] documentation comment is not attached to any declaration --- tools/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.xml b/tools/build.xml index 7143d4d..20997f1 100755 --- a/tools/build.xml +++ b/tools/build.xml @@ -44,7 +44,7 @@ destdir="${JavaClasses}" debug="on" includeAntRuntime="false"> - +