Commit e3002738 authored by terrymanu's avatar terrymanu
Browse files

for checkstyle

parent 627f8b4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,5 +29,5 @@ public enum ShardingType {
    
    SHARDING_MASTER_SLAVE,
    
    ENCRYPT;
    ENCRYPT
}
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ public final class UserRepositoryImpl implements UserRepository {
                result.add(user);
            }
        } catch (final SQLException ignored) {
            System.out.println(ignored);
        }
        return result;
    }
+18 −18

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.