Fixing build issue

This commit is contained in:
Joakim Erdfelt 2017-05-15 08:01:13 -07:00
parent 69696b37b6
commit 4fe9264bb2
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ public class Request implements HttpServletRequest
} }
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */
@Override // TODO @Override
public Map<String,String> getTrailerFields() public Map<String,String> getTrailerFields()
{ {
if (_trailers==null) if (_trailers==null)

View File

@ -1319,7 +1319,7 @@ public class Response implements HttpServletResponse
this.trailers = trailers; this.trailers = trailers;
} }
@Override // TODO: @Override
public void setTrailerFields(Supplier<Map<String,String>> trailers) public void setTrailerFields(Supplier<Map<String,String>> trailers)
{ {
// TODO new for 4.0 - avoid transient supplier? // TODO new for 4.0 - avoid transient supplier?