Polish GemFire findByIndexNameAndValue

Issue gh-353
This commit is contained in:
Rob Winch
2016-02-08 15:34:03 -06:00
parent c2b407189e
commit 2b5386ad98
9 changed files with 773 additions and 55 deletions

View File

@@ -69,7 +69,6 @@ public abstract class AbstractHttpSessionListenerTests {
/* (non-Javadoc)
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.springframework.context.ApplicationEvent)
*/
@Override
public void onApplicationEvent(SessionDestroyedEvent event) {
this.event = event;
}