Skip to content

Commit

Permalink
Cambios en la capa de datos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jencisopy committed Dec 14, 2024
1 parent cfbe816 commit 992b445
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
@Startup
@Lock(LockType.READ)
public class Sessions implements ISessions {

private static final Logger LOGGER = Logger.getLogger(Sessions.class);

protected final Map<String, Object> sessionVar = new HashMap<>();
Expand Down

0 comments on commit 992b445

Please sign in to comment.