diff --git a/guacamole/src/main/java/org/apache/guacamole/rest/RESTExceptionMapper.java b/guacamole/src/main/java/org/apache/guacamole/rest/RESTExceptionMapper.java index 2aae289f8..ecb99a473 100644 --- a/guacamole/src/main/java/org/apache/guacamole/rest/RESTExceptionMapper.java +++ b/guacamole/src/main/java/org/apache/guacamole/rest/RESTExceptionMapper.java @@ -50,10 +50,10 @@ public class RESTExceptionMapper implements ExceptionMapper { private final Logger logger = LoggerFactory.getLogger(RESTExceptionMapper.class); /** - * The ContainerRequest for HTTP request that resulted in the Throwable - * being intercepted. Despite this class being a Singleton, this object will - * always be scoped with the current request for the Throwable that is being - * processed by this class. + * The ContainerRequest representing the HTTP request that resulted in the + * Throwable being intercepted. Despite this class being a Singleton, this + * object will always be scoped with the current request for the Throwable + * that is being processed by this class. */ @Context private ContainerRequest request;