Testing Jenkins

This commit is contained in:
Gideon le Grange 2013-08-09 10:57:18 +02:00
parent 9b4d15fc84
commit 266bbd8005
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ package me.legrange.mikrotik;
* Internal representation of !done
* @author GideonLeGrange
*/
class Done extends Response {
class Done extends Responsex {
Done(String tag) {
super(tag);