[scala] fix duplicated license header

This commit is contained in:
Andreas Dangel
2020-04-23 12:22:07 +02:00
parent 9efafc241b
commit 60a938e2b1
2 changed files with 0 additions and 8 deletions

View File

@ -2,10 +2,6 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.scala.ast;
import java.io.IOException;

View File

@ -2,10 +2,6 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.scala.ast;
import java.lang.reflect.Constructor;