mirror of https://github.com/apache/ant-ivy
Added the default constructor in an attempt to fix a NoClassDefFoundError
This commit is contained in:
parent
d77284167b
commit
5f9e01d7a0
|
|
@ -28,6 +28,9 @@ public class Pack200Packing extends StreamPacking {
|
|||
|
||||
private static final String[] NAMES = {"pack200"};
|
||||
|
||||
public Pack200Packing() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getNames() {
|
||||
return NAMES;
|
||||
|
|
|
|||
Loading…
Reference in New Issue