[FEATURE] Test of configuration for the social buttons

This commit is contained in:
Maxime Sinclair
2014-01-09 16:52:35 +01:00
parent ae9558062f
commit 567a92f158
2 changed files with 9 additions and 6 deletions

View File

@@ -124,9 +124,9 @@ public class PlantUmlServlet extends HttpServlet {
return;
}
public void init(ServletConfig config) throws ServletException {
config.getServletContext().setAttribute("cfg", Configuration.get());
}
public void init(ServletConfig config) throws ServletException {
config.getServletContext().setAttribute("cfg", Configuration.get());
}
private Transcoder getTranscoder() {
return TranscoderUtil.getDefaultTranscoder();