Author: rhuijben
Date: Thu Mar 19 13:10:49 2015
New Revision: 1667737

URL: http://svn.apache.org/r1667737
Log:
Tweak some comments. There should be no functional changes.

* subversion/bindings/javahl/native/RemoteSession.h
  (~RemoteSession): Add virtual... Unneeded (because already on base class),
    but makes this class similar to the other classes.
  (getFileRevisions): Remove already resolved TODO.

Modified:
    subversion/trunk/subversion/bindings/javahl/native/RemoteSession.h

Modified: subversion/trunk/subversion/bindings/javahl/native/RemoteSession.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/RemoteSession.h?rev=1667737&r1=1667736&r2=1667737&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/RemoteSession.h 
(original)
+++ subversion/trunk/subversion/bindings/javahl/native/RemoteSession.h Thu Mar 
19 13:10:49 2015
@@ -56,7 +56,7 @@ class RemoteSession : public SVNBase
                         const char* username, const char* password,
                         Prompter::UniquePtr prompter, jobject jprogress,
                         jobject jcfgcb, jobject jtunnelcb);
-    ~RemoteSession();
+    virtual ~RemoteSession();
 
     void cancelOperation() const { m_context->cancelOperation(); }
 
@@ -102,7 +102,6 @@ class RemoteSession : public SVNBase
                           jlong jstart_revision, jlong jend_revision,
                           jboolean jinclude_merged_revisions,
                           jobject jcallback);
-    // TODO: getFileRevisions
     // TODO: lock
     // TODO: unlock
     // TODO: getLock


Reply via email to