Build optimization (#2591)

This commit is contained in:
Grzegorz Piwowarek
2017-09-09 16:55:05 +02:00
committed by GitHub
parent 4589860efb
commit f01d1e257e
9 changed files with 148 additions and 58 deletions

View File

@@ -12,5 +12,4 @@ public class BeanA {
public BeanA() {
super();
}
}

View File

@@ -8,5 +8,4 @@ public class BeanB {
public BeanB() {
super();
}
}