File tree 3 files changed +4
-5
lines changed
src/test/java/issues/gh105
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package issue .gh105 ;
16
+ package issues .gh105 ;
17
17
18
+ import static issues .gh105 .PersonDynamicSqlSupport .*;
18
19
import static org .assertj .core .api .Assertions .assertThat ;
19
20
import static org .mybatis .dynamic .sql .SqlBuilder .*;
20
21
21
22
import java .util .Objects ;
22
23
23
- import static issue .gh105 .PersonDynamicSqlSupport .*;
24
-
25
24
import org .junit .jupiter .api .Test ;
26
25
import org .mybatis .dynamic .sql .render .RenderingStrategy ;
27
26
import org .mybatis .dynamic .sql .select .render .SelectStatementProvider ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package issue .gh105 ;
16
+ package issues .gh105 ;
17
17
18
18
import org .mybatis .dynamic .sql .SqlColumn ;
19
19
import org .mybatis .dynamic .sql .SqlTable ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package issue .gh105 ;
16
+ package issues .gh105 ;
17
17
18
18
public class SearchUtils {
19
19
public static String addWildcards (String s ) {
You can’t perform that action at this time.
0 commit comments