Mod aaa-12 回滚static的关键字

RCA:
SOL:
修改人:dongxiancun
检视人:
This commit is contained in:
dongxiancun 2019-07-17 11:15:13 +08:00
parent 81fbd59ef6
commit de3d8ab5a9
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ public class AAAShiroProvider {
* *
* @return IIDMStore data store * @return IIDMStore data store
*/ */
public IIDMStore getIdmStore() { public static IIDMStore getIdmStore() {
return iidmStore; return iidmStore;
} }
@ -172,7 +172,7 @@ public class AAAShiroProvider {
* *
* @param store data store * @param store data store
*/ */
public void setIdmStore(final IIDMStore store) { public static void setIdmStore(final IIDMStore store) {
iidmStore = store; iidmStore = store;
} }