#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;