cleaned up old comments
parent
a24eadeb11
commit
86e0f0c7ee
|
@ -106,7 +106,6 @@ public class JsonApprovedSiteView extends AbstractView {
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
||||||
//TODO: Error Handling
|
|
||||||
logger.error("IOException in JsonEntityView.java: ", e);
|
logger.error("IOException in JsonEntityView.java: ", e);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -147,8 +147,6 @@ public class ClientDynamicRegistrationEndpoint {
|
||||||
// this client has been dynamically registered (obviously)
|
// this client has been dynamically registered (obviously)
|
||||||
newClient.setDynamicallyRegistered(true);
|
newClient.setDynamicallyRegistered(true);
|
||||||
|
|
||||||
// TODO: check and enforce the sector URI if it's not null (#504)
|
|
||||||
|
|
||||||
// now save it
|
// now save it
|
||||||
try {
|
try {
|
||||||
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);
|
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);
|
||||||
|
|
Loading…
Reference in New Issue