This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL8_1_405 in repository libpostgresql-jdbc-java.
commit 5eaa49b5882f72d3ec050496c3098a512e9ee736 Author: Kris Jurka <[email protected]> Date: Tue Nov 29 07:11:56 2005 +0000 Remove javadoc @see reference pointing to removed functionality. --- org/postgresql/util/Base64.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/org/postgresql/util/Base64.java b/org/postgresql/util/Base64.java index 29916eb..ebf23a7 100644 --- a/org/postgresql/util/Base64.java +++ b/org/postgresql/util/Base64.java @@ -298,7 +298,6 @@ public class Base64 * * @param source The data to convert * @param options Specified options - * @see Base64#GZIP * @see Base64#DONT_BREAK_LINES * @since 2.0 */ @@ -342,7 +341,6 @@ public class Base64 * @param off Offset in array where conversion should begin * @param len Length of data to convert * @param options Specified options - * @see Base64#GZIP * @see Base64#DONT_BREAK_LINES * @since 2.0 */ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

