Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f066745

Browse files
committed
Expose inner store object to outer world for more control options
1 parent bd73d9a commit f066745

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sources/net.sf.j2s.ajax/store/net/sf/j2s/store/SimpleStore.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,9 @@ public void execute(Runnable runnable) {
9696
}
9797
runnable.run();
9898
}
99+
100+
public Object getStore() {
101+
return store;
102+
}
103+
99104
}

0 commit comments

Comments
 (0)