Removed unnecessary comment blocks

Original commit: elastic/x-pack-elasticsearch@fc38cc1c30
This commit is contained in:
Konrad Beiske 2015-06-30 14:52:51 +02:00
parent c5a74df643
commit f3befde555
2 changed files with 0 additions and 16 deletions

View File

@ -39,21 +39,6 @@
</resources>
<plugins>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>for-plugin</id>
<phase>prepare-package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>-->
<plugin>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>junit4-maven-plugin</artifactId>

View File

@ -11,7 +11,6 @@ import org.elasticsearch.license.core.License;
import java.util.Collection;
//@ImplementedBy(LicensesService.class)
public interface LicensesClientService {
public interface Listener {