#6039 remove trailing whitespace
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -178,10 +178,10 @@ public class DirectControlServlet extends HttpServlet { | ... | @@ -178,10 +178,10 @@ public class DirectControlServlet extends HttpServlet { |
178 | } | 178 | } |
179 | context.put("data", data); | 179 | context.put("data", data); |
180 | } else if (contentType != null && contentType.indexOf("multipart/form-data") != -1) { | 180 | } else if (contentType != null && contentType.indexOf("multipart/form-data") != -1) { |
181 | // Create a factory for disk-based file items | 181 | // Create a factory for disk-based file items |
182 | DiskFileItemFactory factory = new DiskFileItemFactory(); | 182 | DiskFileItemFactory factory = new DiskFileItemFactory(); |
183 | 183 | ||
184 | // Configure a repository (to ensure a secure temp location is used) | 184 | // Configure a repository (to ensure a secure temp location is used) |
185 | ServletContext servletContext = config.getServletContext(); | 185 | ServletContext servletContext = config.getServletContext(); |
186 | File repository = (File) servletContext | 186 | File repository = (File) servletContext |
187 | .getAttribute("javax.servlet.context.tempdir"); | 187 | .getAttribute("javax.servlet.context.tempdir"); | ... | ... |
-
Please register or sign in to post a comment