Commit ace8f1cc by Antonio Rueda

Eliminado flush innecesario

parent b1007865
...@@ -29,7 +29,6 @@ public class RepositorioUsuarios { ...@@ -29,7 +29,6 @@ public class RepositorioUsuarios {
throw new ClienteYaRegistrado(); throw new ClienteYaRegistrado();
em.persist(usuario); em.persist(usuario);
em.flush();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment