[autocomplete] 83/143: JavaLanguageSupport: pre-blocks fixed up in Javadoc. Fixed bug with disappearing '/' chars in doc comments.

Benjamin Mesing ben at alioth.debian.org
Sat Oct 19 12:53:22 UTC 2013


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

ben pushed a commit to branch master
in repository autocomplete.

commit dfe3ddf8b0096f73a2e57a32faaa56af5895173f
Author: bobbylight <robert at fifesoft.com>
Date:   Thu May 17 03:01:34 2012 +0000

    JavaLanguageSupport: pre-blocks fixed up in Javadoc.  Fixed bug with disappearing '/' chars in doc comments.
---
 src/org/fife/ui/autocomplete/LinkRedirector.java |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/org/fife/ui/autocomplete/LinkRedirector.java b/src/org/fife/ui/autocomplete/LinkRedirector.java
new file mode 100644
index 0000000..49fcbb0
--- /dev/null
+++ b/src/org/fife/ui/autocomplete/LinkRedirector.java
@@ -0,0 +1,20 @@
+package org.fife.ui.autocomplete;
+
+import java.net.URL;
+
+
+/**
+ * Possibly redirects one URL to another.  Useful if you want "external" URL's
+ * in code completion documentation to point to a local copy instead, for
+ * example.
+ *
+ * @author Robert Futrell
+ * @version 1.0
+ */
+public interface LinkRedirector {
+
+
+	public URL possiblyRedirect(URL original);
+
+
+}
\ No newline at end of file

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



More information about the pkg-java-commits mailing list