Adjust line wrapping to silence Checkstyle warnings
Change-Id: Ieac590eff5fd9964dc531e31a2f6e1110b4a1afb
This commit is contained in:
@@ -712,7 +712,8 @@ public class SshDaemon extends SshServer implements SshInfo, LifecycleListener {
|
||||
@Override
|
||||
public FileSystemView getNormalizedView() {
|
||||
return this;
|
||||
}};
|
||||
}
|
||||
};
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -75,7 +75,8 @@ final class CreateAccountCommand extends SshCommand {
|
||||
@Override
|
||||
public String apply(AccountGroup.Id id) {
|
||||
return id.toString();
|
||||
}});
|
||||
}
|
||||
});
|
||||
try {
|
||||
createAccountFactory.create(username).apply(TopLevelResource.INSTANCE, input);
|
||||
} catch (RestApiException e) {
|
||||
|
||||
Reference in New Issue
Block a user