INT-1673 added SpEL documentation for @Header, updated @Header javadocs

This commit is contained in:
Oleg Zhurakousky
2010-12-10 13:03:53 -05:00
parent 1cd8280c94
commit 07e0d0c806
3 changed files with 11 additions and 6 deletions

View File

@@ -18,14 +18,9 @@ package org.springframework.integration.xmpp.config;
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import org.jivesoftware.smack.Chat;
import org.jivesoftware.smack.ChatManager;
import org.jivesoftware.smack.MessageListener;
import org.jivesoftware.smack.XMPPConnection;
import org.junit.Test;
import org.junit.runner.RunWith;