James Moger
2014-04-08 4d537b9d7dce193870628885a1122be7c81cec24
src/main/java/com/gitblit/tickets/RedisTicketService.java
@@ -168,7 +168,7 @@
      }
      try {
         Boolean exists = jedis.exists(key(repository, KeyType.journal, ticketId));
         return exists != null && !exists;
         return exists != null && exists;
      } catch (JedisException e) {
         log.error("failed to check hasTicket from Redis @ " + getUrl(), e);
         pool.returnBrokenResource(jedis);