This is an automated email from the git hooks/post-receive script.

reazem-guest pushed a commit to branch master
in repository jsemver.

commit 2b3855a60aa8d162e533551428143d2742bd0112
Author: Zafar Khaja <[email protected]>
Date:   Sat Nov 16 21:14:55 2013 +0400

    Add missing type for the BUILD_AWARE_ORDER comparator
---
 src/main/java/com/github/zafarkhaja/semver/Version.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/com/github/zafarkhaja/semver/Version.java 
b/src/main/java/com/github/zafarkhaja/semver/Version.java
index a72dae9..695d4f6 100644
--- a/src/main/java/com/github/zafarkhaja/semver/Version.java
+++ b/src/main/java/com/github/zafarkhaja/semver/Version.java
@@ -136,7 +136,7 @@ public class Version implements Comparable<Version> {
     /**
      * A comparator that respects the build metadata when comparing versions.
      */
-    public static final Comparator BUILD_AWARE_ORDER = new BuildAwareOrder();
+    public static final Comparator<Version> BUILD_AWARE_ORDER = new 
BuildAwareOrder();
 
     /**
      * A build-aware comparator.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jsemver.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to