Skip to content

Commit

Permalink
Cleanup ServerResponse.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed May 28, 2019
1 parent 22cefa4 commit c62f326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ bin
.idea
.idea/*
*.iml
tty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import com.google.inject.Inject;
import io.sinistral.proteus.server.predicates.ServerPredicates;
import io.sinistral.proteus.test.wrappers.JsonViewWrapper;
import io.sinistral.proteus.wrappers.JsonViewWrapper;
import io.undertow.io.IoCallback;
import io.undertow.server.DefaultResponseListener;
import io.undertow.server.HttpHandler;
Expand Down
1 change: 1 addition & 0 deletions tty.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export GPG_TTY=$(tty)

0 comments on commit c62f326

Please sign in to comment.