This is an automated email from the git hooks/post-receive script. reazem-guest pushed a commit to branch master in repository jsemver.
commit d8316a34e7b9ca1b0c178e3a7f091d6b820f6902 Author: Zafar Khaja <[email protected]> Date: Thu Mar 7 19:25:40 2013 +0400 Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515f167..ca76a97 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ String str = v1.toString(); // "1.2.3" ### Comparing Versions ### Comparing versions with Java SemVer is easy. The `Version` class implements the -`Comparable` interface, it also overrides the `Object.equal(Object obj)` method +`Comparable` interface, it also overrides the `Object.equals(Object obj)` method and provides some more methods for convenient comparing. ```java -- 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

