(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / core / RequiredInterfaceComparator.java
index 79bd2c1a11ac37e3eb7f296393a29371d0bd248d..73d50a6cf42df402e7e7f8e16c2ca4fa529b1094 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.core;
 
 import java.io.Serializable;
@@ -25,7 +25,7 @@ import java.util.Comparator;
  */
 public class RequiredInterfaceComparator implements
     Comparator<RequiredInterface>, Serializable {
-    
+
     private static final long serialVersionUID = 7631587103378238574L;
 
     @Override