You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/05/06 19:22:52 UTC

svn commit: r1794175 - /httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/SessionHttpContext.java

Author: ggregory
Date: Sat May  6 19:22:52 2017
New Revision: 1794175

URL: http://svn.apache.org/viewvc?rev=1794175&view=rev
Log:
Add @since tag to toString() method. Local build OK.

Modified:
    httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/SessionHttpContext.java

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/SessionHttpContext.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/SessionHttpContext.java?rev=1794175&r1=1794174&r2=1794175&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/SessionHttpContext.java (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/SessionHttpContext.java Sat May  6 19:22:52 2017
@@ -54,6 +54,9 @@ class SessionHttpContext implements Http
         this.iosession.setAttribute(id, obj);
     }
 
+    /**
+     * @since 4.4.7
+     */
     @Override
     public String toString() {
         final StringBuilder sb = new StringBuilder();