1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Entropy source for Travis

This commit is contained in:
jendib
2016-05-05 22:16:04 +02:00
parent 6af7b6fce9
commit bc94466cf7
3 changed files with 4 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ public class RequestContextFilter implements Filter {
@Override
public void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain) throws IOException, ServletException {
EntityManager em = null;
EntityManager em;
try {
em = EMF.get().createEntityManager();