Skip to content

Commit

Permalink
SHIBUI-1880
Browse files Browse the repository at this point in the history
Added javadoc for clarity on the class' role
  • Loading branch information
chasegawa committed May 18, 2021
1 parent f1b4274 commit deb5fc8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"/api/entities" }, // existing - included to break no existing code
method = RequestMethod.GET)
@Slf4j
/**
* EntitiesController is here to meet the requirements for this project being an MDQ. Despite similar logic to the
* EntitiesDescriptorController, the required endpoints that make this project an MDQ server are served by this controller.
*/
public class EntitiesController {
@Autowired
private EntityDescriptorService entityDescriptorService;
Expand Down

0 comments on commit deb5fc8

Please sign in to comment.