You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2016/09/20 22:04:13 UTC

svn commit: r1761648 - /mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext

Author: elecharny
Date: Tue Sep 20 22:04:12 2016
New Revision: 1761648

URL: http://svn.apache.org/viewvc?rev=1761648&view=rev
Log:
Fixed some entity

Modified:
    mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext

Modified: mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext?rev=1761648&r1=1761647&r2=1761648&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext Tue Sep 20 22:04:12 2016
@@ -203,7 +203,7 @@ There are many methods available to mani
 <li>boolean containsAttribute(Object key) : tells if a given attribute is present</li>
 <li>Object getAttribute(Object key) : gets the value for a given attribute</li>
 <li>Object getAttribute(Object key, Object defaultValue) : gets the value for a given attribute, or a default value if absent</li>
-<li>Set\<Object\> getAttributeKeys() : gets the set of all the stored attributes</li>
+<li>Set&lt;Object&gt; getAttributeKeys() : gets the set of all the stored attributes</li>
 <li>Object removeAttribute(Object key) : remove a given attribute</li>
 <li>boolean removeAttribute(Object key, Object value) : remove a given attribute/value pair</li>
 <li>boolean replaceAttribute(Object key, Object oldValue, Object newValue) : replace a give attribute/value pair</li>