File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/test/java/issues/gh105 Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package issue .gh105 ;
16+ package issues .gh105 ;
1717
18+ import static issues .gh105 .PersonDynamicSqlSupport .*;
1819import static org .assertj .core .api .Assertions .assertThat ;
1920import static org .mybatis .dynamic .sql .SqlBuilder .*;
2021
2122import java .util .Objects ;
2223
23- import static issue .gh105 .PersonDynamicSqlSupport .*;
24-
2524import org .junit .jupiter .api .Test ;
2625import org .mybatis .dynamic .sql .render .RenderingStrategy ;
2726import org .mybatis .dynamic .sql .select .render .SelectStatementProvider ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package issue .gh105 ;
16+ package issues .gh105 ;
1717
1818import org .mybatis .dynamic .sql .SqlColumn ;
1919import org .mybatis .dynamic .sql .SqlTable ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package issue .gh105 ;
16+ package issues .gh105 ;
1717
1818public class SearchUtils {
1919 public static String addWildcards (String s ) {
You can’t perform that action at this time.
0 commit comments