File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
src/test/java/issues/lhg142 Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- package lhg142 ;
1+ package issues . lhg142 ;
22
33import org .junit .jupiter .api .Test ;
44import org .mybatis .dynamic .sql .render .RenderingStrategies ;
5- import org .mybatis .dynamic .sql .select .SelectDSL ;
65import org .mybatis .dynamic .sql .select .render .SelectStatementProvider ;
76
8- import java .util .Objects ;
9-
10- import static issues .gh105 .PersonDynamicSqlSupport .lastName ;
11- import static lhg142 .MyMarkDynamicSqlSupport .*;
7+ import static issues .lhg142 .MyMarkDynamicSqlSupport .*;
128import static org .assertj .core .api .Assertions .assertThat ;
139import static org .mybatis .dynamic .sql .SqlBuilder .*;
1410
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 lhg142 ;
16+ package issues . lhg142 ;
1717
1818import org .mybatis .dynamic .sql .SqlColumn ;
1919import org .mybatis .dynamic .sql .SqlTable ;
Original file line number Diff line number Diff line change 1- package lhg142 ;
1+ package issues . lhg142 ;
22
33public class Page {
44 private Long offset ;
You can’t perform that action at this time.
0 commit comments