This commit is contained in:
Jesse Boyd
2018-08-24 01:22:30 +10:00
parent 963d1192c2
commit dbd31ea347
14 changed files with 54 additions and 19 deletions

View File

@ -37,7 +37,7 @@ public abstract class AbstractLoggingExtent extends AbstractDelegateExtent {
*
* @param extent the extent
*/
protected AbstractLoggingExtent(Extent extent) {
public AbstractLoggingExtent(Extent extent) {
super(extent);
}