Javadoc warnings fixed

(Some JNA docs also changed to standard comments)
This commit is contained in:
Jindra Petřík
2015-04-06 06:32:40 +02:00
parent 1115432370
commit a7e79a9570
20 changed files with 221 additions and 220 deletions
@@ -46,7 +46,7 @@ public class LicenseUpdater {
* Script for updating license header in java files :-)
*
* @param dir Star directory (e.g. "src/")
* @param lgpl
* @param lgpl Is LGPL?
*/
public static void updateLicenseInDir(File dir, boolean lgpl) {