Remove deprecation for assertSessionReply()

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@266 531de8e6-9941-0410-b38b-9a92acbe0330
diff --git a/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/AbstractFakeCommandHandlerTestCase.groovy b/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/AbstractFakeCommandHandlerTestCase.groovy
index b77483f..2423aec 100644
--- a/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/AbstractFakeCommandHandlerTestCase.groovy
+++ b/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/AbstractFakeCommandHandlerTestCase.groovy
@@ -157,7 +157,6 @@
      * Assert that the specified reply code and message containing text was sent through the session.
      * @param expectedReplyCode - the expected reply code
      * @param text - the text expected within the reply message; defaults to the reply code as a String
-     * @deprecated
      */
     protected assertSessionReply(int expectedReplyCode, text = expectedReplyCode as String) {
         assertSessionReply(0, expectedReplyCode, text)