VpnService: Remove extraneous call to super()
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
44561a9cb6
commit
8bf12f3f55
@ -338,7 +338,6 @@ public class VpnService extends Service
|
||||
|
||||
private ConfigUpdater(final Config oldConfig, final Config newConfig,
|
||||
final Boolean shouldConnect) {
|
||||
super();
|
||||
this.newConfig = newConfig;
|
||||
this.oldConfig = oldConfig;
|
||||
this.shouldConnect = shouldConnect;
|
||||
|
Loading…
Reference in New Issue
Block a user