Ver código fonte

whitespace nit

tags/v0.1.8
Jonathan Cobb 4 anos atrás
pai
commit
feef9af6d3
1 arquivos alterados com 1 adições e 3 exclusões
  1. +1
    -3
      bubble-server/src/main/java/bubble/dao/SessionDAO.java

+ 1
- 3
bubble-server/src/main/java/bubble/dao/SessionDAO.java Ver arquivo

@@ -7,8 +7,6 @@ import org.springframework.stereotype.Repository;
@Repository
public class SessionDAO extends AbstractSessionDAO<Account> {

@Override protected boolean canStartSession(Account account) {
return !account.suspended();
}
@Override protected boolean canStartSession(Account account) { return !account.suspended(); }

}

Carregando…
Cancelar
Salvar