Description
There are some unused constants in RMAuditLogger that the IntelliJ warns you about.
Currently what I'm seeing is that the following public static final String constants are unused:
- AM_ALLOCATE
- CHANGE_CONTAINER_RESOURCE
- CREATE_NEW_RESERVATION_REQUEST
Probably they are no longer needed. This task aims to remove those unused constants.