This is an automated email from the git hooks/post-receive script. carandraug-guest pushed a commit to branch master in repository imagej.
commit ad3ce4fbe7ea6417574100d13bb3d400e2badb66 Author: Carnë Draug <[email protected]> Date: Tue Sep 26 14:38:34 2017 +0100 d/patches/fix-javadocs-syntax.patch: fix new javadoc issues on new upstream release --- debian/patches/fix-javadocs-syntax.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/fix-javadocs-syntax.patch b/debian/patches/fix-javadocs-syntax.patch new file mode 100644 index 0000000..5b7f602 --- /dev/null +++ b/debian/patches/fix-javadocs-syntax.patch @@ -0,0 +1,17 @@ +Description: Fix syntax for javadoc + Remove @see link on javadocs for private method since private + methods are excluded from javadocs. +Forwarded: https://list.nih.gov/cgi-bin/wa.exe?A2=ind1709&L=IMAGEJ&F=&S=&P=86853 +Author: Carnë Draug <[email protected]> +Last-Update: 2017-09-26 +--- a/ij/gui/Plot.java ++++ b/ij/gui/Plot.java +@@ -246,7 +246,7 @@ + + /** Constructs a new plot from an InputStream and closes the stream. If the ImagePlus is + * non-null, its title and ImageProcessor are used, but the image displayed is not modified. +- * @see toStream() */ ++ */ + public Plot(ImagePlus imp, InputStream is) throws IOException, ClassNotFoundException { + ObjectInputStream in = new ObjectInputStream(is); + pp = (PlotProperties)in.readObject(); diff --git a/debian/patches/series b/debian/patches/series index 18ad7da..a56c134 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ drop-mac-plugins.patch link-javadocs.patch +fix-javadocs-syntax.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
