mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
getContent() now private.
This commit is contained in:
parent
57425f770d
commit
9e55d93ab8
@ -170,7 +170,7 @@ public class PlantUmlServlet extends HttpServlet {
|
||||
response.flushBuffer();
|
||||
}
|
||||
|
||||
public String getContent(String adress) throws IOException {
|
||||
private String getContent(String adress) throws IOException {
|
||||
// HTTPConnection.setProxyServer("proxy", 8080);
|
||||
CookieModule.setCookiePolicyHandler(null);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user