Spring JPA: little improvement (English grammar)
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 12 Jul 2016 01:11:00 +0000 (03:11 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 12 Jul 2016 01:11:00 +0000 (03:11 +0200)
SpringJava/JPA/src/main/java/de/spring/example/services/impl/AdServiceImpl.java

index 619fcb2..db3140f 100644 (file)
@@ -26,7 +26,7 @@ public class AdServiceImpl
        /**
         * Criteria using Specifications.
         * 
-        * It is more complicated that when using Querydsl because I have to implement the
+        * It is more complicated than when using Querydsl because I have to implement the
         * Specifications. Querydsl is doing everything for me.
         * 
         * See: de.spring.example.services.impl.AdDescriptionServiceImpl