mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-23 20:43:53 +08:00
remove author name
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
package me.chanjar.weixin.common.session;
|
||||
|
||||
/**
|
||||
* Created by qianjia on 15/1/21.
|
||||
*/
|
||||
public interface InternalSession {
|
||||
|
||||
/**
|
||||
|
@@ -2,9 +2,6 @@ package me.chanjar.weixin.common.session;
|
||||
|
||||
import java.util.Enumeration;
|
||||
|
||||
/**
|
||||
* Created by qianjia on 15/1/21.
|
||||
*/
|
||||
public class InternalSessionFacade implements WxSession {
|
||||
|
||||
/**
|
||||
|
@@ -1,8 +1,5 @@
|
||||
package me.chanjar.weixin.common.session;
|
||||
|
||||
/**
|
||||
* Created by qianjia on 15/1/21.
|
||||
*/
|
||||
public interface InternalSessionManager {
|
||||
|
||||
/**
|
||||
|
@@ -5,9 +5,6 @@ import me.chanjar.weixin.common.util.res.StringManager;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
/**
|
||||
* Created by qianjia on 15/1/21.
|
||||
*/
|
||||
public class SessionImpl implements WxSession, InternalSession {
|
||||
|
||||
/**
|
||||
|
@@ -2,9 +2,6 @@ package me.chanjar.weixin.common.session;
|
||||
|
||||
import java.util.Enumeration;
|
||||
|
||||
/**
|
||||
* Created by qianjia on 15/1/21.
|
||||
*/
|
||||
public interface WxSession {
|
||||
|
||||
public Object getAttribute(String name);
|
||||
|
Reference in New Issue
Block a user