You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/06/22 12:26:00 UTC

svn commit: r1495704 - in /subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl: ISVNClient.java ISVNEditor.java ISVNRemote.java remote/RemoteFactory.java types/VersionExtended.java

Author: brane
Date: Sat Jun 22 10:26:00 2013
New Revision: 1495704

URL: http://svn.apache.org/r1495704
Log:
Reformat note comments in JavaHL javadocs. No functional changes.

[in subversion/bindings/javahl/src/org/apache/subversion/javahl]
* ISVNClient.java, ISVNEditor.java, ISVNRemote.java,
  remote/RemoteFactory.java, types/VersionExtended.java: Reformat javadocs.

Modified:
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNEditor.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/remote/RemoteFactory.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java?rev=1495704&r1=1495703&r2=1495704&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java Sat Jun 22 10:26:00 2013
@@ -221,8 +221,8 @@ public interface ISVNClient
 
     /**
      * Adds a file to the repository.
-     *
-     * <p><em>Note:</em> Behaves like the 1.8 version with
+     * <p>
+     * <b>Note:</b> Behaves like the 1.8 version with
      * <code>noAutoProps</code> set to <code>false</code>.
      *
      * @param path      path to be added.
@@ -414,8 +414,8 @@ public interface ISVNClient
      * Exports the contents of either a subversion repository into a
      * 'clean' directory (meaning a directory with no administrative
      * directories).
-     *
-     * <p><em>Note:</em> Behaves like the 1.9 version with
+     * <p>
+     * <b>Note:</b> Behaves like the 1.9 version with
      * ignoreKeywords set to false.
      *
      * @param srcPath         the url of the repository path to be exported
@@ -485,8 +485,8 @@ public interface ISVNClient
     /**
      * Import a file or directory into a repository directory  at
      * head.
-     *
-     * <p><em>Note:</em> Behaves like the 1.8 version with noAutoProps
+     * <p>
+     * <b>Note:</b> Behaves like the 1.8 version with noAutoProps
      * set to false and without the filtering option.
      *
      * @param path      the local path
@@ -543,8 +543,8 @@ public interface ISVNClient
 
     /**
      * Merge changes from two paths into a new local path.
-     *
-     * <p><em>Note:</em> Behaves like the 1.8 version where ignoreAncestry
+     * <p>
+     * <b>Note:</b> Behaves like the 1.8 version where ignoreAncestry
      * maps to both ignoreMergeinfo and diffIgnoreAncestry
      *
      * @param path1          first path or url
@@ -588,8 +588,8 @@ public interface ISVNClient
 
     /**
      * Merge set of revisions into a new local path.
-     *
-     * <p><em>Note:</em> Behaves like the 1.8 version where ignoreAncestry
+     * <p>
+     * <b>Note:</b> Behaves like the 1.8 version where ignoreAncestry
      * maps to both ignoreMergeinfo and diffIgnoreAncestry
      *
      * @param path          path or url
@@ -668,8 +668,8 @@ public interface ISVNClient
 
     /**
      * Retrieve either merged or eligible-to-be-merged revisions.
-     *
-     * <p><em>Note:</em> Behaves like the 1.8 version, with unspecified
+     * <p>
+     * <b>Note:</b> Behaves like the 1.8 version, with unspecified
      * revision range.
      *
      * @param kind                   kind of revisions to receive
@@ -1184,8 +1184,8 @@ public interface ISVNClient
 
     /**
      * Open a persistent session to a repository.
-     *
-     * <p><em>Note:</em> The session object inherits the progress callback,
+     * <p>
+     * <b>Note:</b> The session object inherits the progress callback,
      * configuration directory and authentication info.
      *
      * @param pathOrUrl A path in a working copy from which the
@@ -1200,8 +1200,8 @@ public interface ISVNClient
 
     /**
      * Open a persistent session to a repository.
-     *
-     * <p><em>Note:</em> The session object inherits the progress callback,
+     * <p>
+     * <b>Note:</b> The session object inherits the progress callback,
      * configuration directory and authentication info.
      *
      * @param pathOrUrl A path in a working copy from which the

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNEditor.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNEditor.java?rev=1495704&r1=1495703&r2=1495704&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNEditor.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNEditor.java Sat Jun 22 10:26:00 2013
@@ -86,8 +86,8 @@ public interface ISVNEditor
      * <code>replacesRevision</code>. Otherwise,
      * <code>replacesRevision</code> must be
      * Revision.SVN_INVALID_REVNUM.
-     *
-     * <p><em>Note:</em> It is not allowed to call a "delete" followed by
+     * <p>
+     * <b>Note:</b> It is not allowed to call a "delete" followed by
      * an "add" on the same path. Instead, an "add" with
      * <code>replacesRevision</code> set accordingly <em>must</em> be used.
      *
@@ -240,7 +240,7 @@ public interface ISVNEditor
      * <p>
      * For a description of <code>replacesRevision</code>, see #addFile().
      * <p>
-     * <p><em>Note:</em> See the general instructions on paths for this API.
+     * <b>Note:</b> See the general instructions on paths for this API.
      * Sice the <code>sourceRelativePath</code> argument must generally be
      * able to reference any node in the repository, the implication
      * is that the editor's root must be the repository root.

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java?rev=1495704&r1=1495703&r2=1495704&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java Sat Jun 22 10:26:00 2013
@@ -279,11 +279,11 @@ public interface ISVNRemote
      * using this session from within the editing operations of
      * <code>statusEditor</code>.
      * <p>
-     * <em>Note</em>: The reporter provided by this function does
+     * <b>Note:</b> The reporter provided by this function does
      * <em>not</em> supply copy-from information to the editor
      * methods.
      * <p>
-     * <em>Note</em>: In order to prevent pre-1.5 servers from doing
+     * <b>Note:</b> In order to prevent pre-1.5 servers from doing
      * more work than needed, and sending too much data back, a
      * pre-1.5 'recurse' directive may be sent to the server, based on
      * <code>depth</code>.

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/remote/RemoteFactory.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/remote/RemoteFactory.java?rev=1495704&r1=1495703&r2=1495704&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/remote/RemoteFactory.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/remote/RemoteFactory.java Sat Jun 22 10:26:00 2013
@@ -120,9 +120,9 @@ public class RemoteFactory
     /**
      * Open a persistent session to a repository.
      * <p>
-     * <em>Note:</em> The URL can point to a subtree of the repository.
+     * <b>Note:</b> The URL can point to a subtree of the repository.
      * <p>
-     * <em>Note:</em> The session object inherits the progress callback,
+     * <b>Note:</b> The session object inherits the progress callback,
      * configuration directory and authentication info.
      *
      * @param url The initial session root URL.
@@ -140,9 +140,9 @@ public class RemoteFactory
     /**
      * Open a persistent session to a repository.
      * <p>
-     * <em>Note:</em> The URL can point to a subtree of the repository.
+     * <b>Note:</b> The URL can point to a subtree of the repository.
      * <p>
-     * <em>Note:</em> The session object inherits the progress callback,
+     * <b>Note:</b> The session object inherits the progress callback,
      * configuration directory and authentication info.
      *
      * @param url The initial session root URL.
@@ -167,12 +167,12 @@ public class RemoteFactory
     /**
      * Open a persistent session to a repository.
      * <p>
-     * <em>Note:</em> The URL can point to a subtree of the repository.
+     * <b>Note:</b> The URL can point to a subtree of the repository.
      * <p>
-     * <em>Note:</em> If the UUID does not match the repository,
+     * <b>Note:</b> If the UUID does not match the repository,
      * this function fails.
      * <p>
-     * <em>Note:</em> The session object inherits the progress callback,
+     * <b>Note:</b> The session object inherits the progress callback,
      * configuration directory and authentication info.
      *
      * @param url The initial session root URL.
@@ -194,12 +194,12 @@ public class RemoteFactory
     /**
      * Open a persistent session to a repository.
      * <p>
-     * <em>Note:</em> The URL can point to a subtree of the repository.
+     * <b>Note:</b> The URL can point to a subtree of the repository.
      * <p>
-     * <em>Note:</em> If the UUID does not match the repository,
+     * <b>Note:</b> If the UUID does not match the repository,
      * this function fails.
      * <p>
-     * <em>Note:</em> The session object inherits the progress callback,
+     * <b>Note:</b> The session object inherits the progress callback,
      * configuration directory and authentication info.
      *
      * @param url The initial session root URL.

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java?rev=1495704&r1=1495703&r2=1495704&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java Sat Jun 22 10:26:00 2013
@@ -45,8 +45,8 @@ public class VersionExtended
     /**
      * @return The canonical host triplet (arch-vendor-osname) of the
      * system where libsvn_subr was compiled.
-     *
-     * <p><em>Note:</em> On Unix-like systems (includng Mac OS X), this string
+     * <p>
+     * <b>Note:</b> On Unix-like systems (includng Mac OS X), this string
      * is the same as the output of the config.guess script for the
      * underlying Subversion libraries.
      */
@@ -60,8 +60,8 @@ public class VersionExtended
     /**
      * @return The canonical host triplet (arch-vendor-osname) of the
      * system where the current process is running.
-     *
-     * <p><em>Note:</em> This string may not be the same as the output of
+     * <p>
+     * <b>Note:</b> This string may not be the same as the output of
      * config.guess on the same system.
      */
     public native String getRuntimeHost();
@@ -139,8 +139,8 @@ public class VersionExtended
     /**
      * @return Iterator for an immutable internal list of #LoadedLib
      * describing loaded shared libraries.  The the list may be empty.
-     *
-     * <p><em>Note:</em> On Mac OS X, the loaded frameworks, private frameworks
+     * <p>
+     * <b>Note:</b> On Mac OS X, the loaded frameworks, private frameworks
      * and system libraries will not be listed.
      */
     public java.util.Iterator<LoadedLib> getLoadedLibs()
@@ -178,8 +178,8 @@ public class VersionExtended
 
         /**
          * Implementation of java.util.Iterator#remove().
-         *
-         * <p><em>Note:</em> Not implemented, all sequences are immutable.
+         * <p>
+         * <b>Note:</b> Not implemented, all sequences are immutable.
          */
         public void remove()
         {
@@ -220,8 +220,8 @@ public class VersionExtended
 
         /**
          * Implementation of java.util.Iterator#remove().
-         *
-         * <p><em>Note:</em> Not implemented, all sequences are immutable.
+         * <p>
+         * <b>Note:</b> Not implemented, all sequences are immutable.
          */
         public void remove()
         {