Commit e1c4ed14 authored by terrymanu's avatar terrymanu
Browse files

refactor router module for checkstyle

parent c0904aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ public final class RouteEngine {
    }
    
    SQLRouteResult route(final String logicSQL, final SQLContext sqlContext, final List<Object> parameters) {
        Context context = MetricsContext.start("Route SQL");
        final Context context = MetricsContext.start("Route SQL");
        if (null != sqlContext.getLimitContext()) {
            sqlContext.getLimitContext().processParameters(parameters);
        }