@ -101,8 +101,8 @@ public class LocalVariableTableParameterNameDiscoverer implements ParameterNameD
@@ -101,8 +101,8 @@ public class LocalVariableTableParameterNameDiscoverer implements ParameterNameD
}
returnNO_DEBUG_INFO_MAP;
}
// We cannot use try-with-resources here as, potential, exception upon closing
// would still bubble up the stack
// We cannot use try-with-resources here for the InputStream, since we have
// custom handling of the close() method in a finally-block.
@ -169,8 +169,8 @@ public class BufferedImageHttpMessageConverter implements HttpMessageConverter<B
@@ -169,8 +169,8 @@ public class BufferedImageHttpMessageConverter implements HttpMessageConverter<B
ImageInputStreamimageInputStream=null;
ImageReaderimageReader=null;
// We cannot use try-with-resources here as, potential, exception upon closing
// would still bubble up the stack
// We cannot use try-with-resources here for the ImageInputStream, since we have
// custom handling of the close() method in a finally-block.
@ -131,8 +131,8 @@ public class ResourceHttpMessageConverter extends AbstractHttpMessageConverter<R
@@ -131,8 +131,8 @@ public class ResourceHttpMessageConverter extends AbstractHttpMessageConverter<R
@ -155,8 +155,8 @@ public class ResourceRegionHttpMessageConverter extends AbstractGenericHttpMessa
@@ -155,8 +155,8 @@ public class ResourceRegionHttpMessageConverter extends AbstractGenericHttpMessa
@ -374,8 +374,8 @@ public class StompSubProtocolHandler implements SubProtocolHandler, ApplicationE
@@ -374,8 +374,8 @@ public class StompSubProtocolHandler implements SubProtocolHandler, ApplicationE