#519 - Polishing.

Switch wording to imperative instead of sync. Consistently use interface names.

Original pull request: #520.
This commit is contained in:
Mark Paluch
2019-08-13 12:09:54 +02:00
parent 96daedb93f
commit b9da3dde1e
9 changed files with 18 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package example.springdata.mongodb.sync;
package example.springdata.mongodb.imperative;
import example.springdata.mongodb.Process;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package example.springdata.mongodb.sync;
package example.springdata.mongodb.imperative;
import example.springdata.mongodb.Process;
import example.springdata.mongodb.State;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package example.springdata.mongodb.sync;
package example.springdata.mongodb.imperative;
import example.springdata.mongodb.Process;
import example.springdata.mongodb.State;
@@ -35,7 +35,6 @@ import org.springframework.data.mongodb.MongoTransactionManager;
import org.springframework.data.mongodb.config.AbstractMongoConfiguration;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.transaction.PlatformTransactionManager;
import org.springframework.transaction.annotation.EnableTransactionManagement;