Adjust line wrapping to silence Checkstyle warnings

Change-Id: Ieac590eff5fd9964dc531e31a2f6e1110b4a1afb
This commit is contained in:
David Pursehouse
2015-10-22 14:44:59 +09:00
parent 1e8cceac2f
commit ae849a6da3
9 changed files with 24 additions and 12 deletions

View File

@@ -712,7 +712,8 @@ public class SshDaemon extends SshServer implements SshInfo, LifecycleListener {
@Override
public FileSystemView getNormalizedView() {
return this;
}};
}
};
}
});
}

View File

@@ -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) {