cleaned up old comments

pull/544/merge
Justin Richer 2013-11-27 11:20:01 -05:00
parent a24eadeb11
commit 86e0f0c7ee
2 changed files with 0 additions and 3 deletions

View File

@ -106,7 +106,6 @@ public class JsonApprovedSiteView extends AbstractView {
} catch (IOException e) {
//TODO: Error Handling
logger.error("IOException in JsonEntityView.java: ", e);
}

View File

@ -147,8 +147,6 @@ public class ClientDynamicRegistrationEndpoint {
// this client has been dynamically registered (obviously)
newClient.setDynamicallyRegistered(true);
// TODO: check and enforce the sector URI if it's not null (#504)
// now save it
try {
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);