Remove useful copy.
This commit is contained in:
parent
4ded3a78df
commit
f89f860f13
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public abstract class Presenter<E>
|
|||
}
|
||||
else
|
||||
{
|
||||
result = data.substring(startBody + 6, endBody).trim();
|
||||
result = data.substring(startBody + 6, endBody);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue