deployed 2.0.1.RELEASE
parent
4f358a38c8
commit
b1705c5d5c
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>io.github.yezhihao</groupId>
|
<groupId>io.github.yezhihao</groupId>
|
||||||
<artifactId>netmc</artifactId>
|
<artifactId>netmc</artifactId>
|
||||||
<version>2.0.0.RELEASE</version>
|
<version>2.0.1.RELEASE</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Netmc</name>
|
<name>Netmc</name>
|
||||||
|
|
|
@ -100,6 +100,10 @@ public class Session {
|
||||||
return attributes.keySet();
|
return attributes.keySet();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Map<Object, Object> getAttributes() {
|
||||||
|
return attributes;
|
||||||
|
}
|
||||||
|
|
||||||
public Object getAttribute(Object name) {
|
public Object getAttribute(Object name) {
|
||||||
return attributes.get(name);
|
return attributes.get(name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue