Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
```
/**
- We just wrap the commons StreamWriter to not get into troubles
- by exposing shaded commons-io packages
*/
public class XmlStreamWriter
extends org.apache.commons.io.output.XmlStreamWriter
{
```
This fails to do anything since org.apache.commons.io.output.XmlStreamWriter is still exposed through the supertype.