Reamer commented on code in PR #5090:
URL: https://github.com/apache/zeppelin/pull/5090#discussion_r2394132526


##########
zeppelin-server/src/main/java/org/apache/zeppelin/rest/exception/WebApplicationExceptionMapper.java:
##########
@@ -32,13 +31,10 @@
 public class WebApplicationExceptionMapper implements 
ExceptionMapper<Throwable> {
   private static final Logger LOGGER = 
LoggerFactory.getLogger(WebApplicationExceptionMapper.class);
 
-  private final Gson gson;
-
   public WebApplicationExceptionMapper() {
     GsonBuilder gsonBuilder = new 
GsonBuilder().enableComplexMapKeySerialization();

Review Comment:
   The GsonBuilder is also no longer needed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to