Skip to content

Commit

Permalink
[ci] Don't use star imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Aug 26, 2023
1 parent e3df116 commit 5988733
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2009-2022 the original author or authors.
* Copyright 2009-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
package org.mybatis.guice.customsqlsessionfactory;

import static com.google.inject.name.Names.bindProperties;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertTrue;

import com.google.inject.Guice;
import com.google.inject.Injector;
Expand Down

0 comments on commit 5988733

Please sign in to comment.