@ -33,11 +33,7 @@ public class PropertiesFileAuthenticator implements Authenticator {
|
|||||||
|
|
||||||
this.username = properties.getProperty("username");
|
this.username = properties.getProperty("username");
|
||||||
this.password = properties.getProperty("password");
|
this.password = properties.getProperty("password");
|
||||||
} catch (FileNotFoundException e1) {
|
} catch (IOException | URISyntaxException e) {
|
||||||
e1.printStackTrace();
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
} catch (URISyntaxException e) {
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user