From a299363fb5d8ea0ad1578ee9e2d532cb2e988e38 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 8 Nov 2014 00:27:17 -0600 Subject: Fix up remaining references to DocPath --- tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java | 8 +++----- tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'tdejava/koala') diff --git a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java index 84dfcdd3..2aaf9525 100644 --- a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java +++ b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java @@ -176,12 +176,10 @@ public class KDesktopFile extends TDEConfig { */ public native String resource(); /** - Returns the value of the "X-DocPath=" Or "DocPath=" entry. - X-DocPath should be used and DocPath is depreciated and will - one day be not supported. - @return The value of the "X-DocPath=" Or "DocPath=" entry. + Returns the value of the "X-DocPath=" entry. + @return The value of the "X-DocPath=" entry. - @short Returns the value of the "X-DocPath=" Or "DocPath=" entry. + @short Returns the value of the "X-DocPath=" entry. */ public native String readDocPath(); /** diff --git a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java index eccf1767..1a1c82e1 100644 --- a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java +++ b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java @@ -423,7 +423,7 @@ public class KProtocolInfo extends KSycocaEntry { public static native boolean determineMimetypeFromExtension(String protocol); /** Returns the documentation path for the specified protocol. - This corresponds to the "DocPath=" field in the protocol description file. + This corresponds to the "X-DocPath=" field in the protocol description file. @param protocol the protocol to check @return the docpath of the protocol, or null if unknown -- cgit v1.2.3