Add TODO to implement a trim action in extractBodyContent method.
This commit is contained in:
parent
f89f860f13
commit
9d9493a2a0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public abstract class Presenter<E>
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* TODO implement a trim action.
|
||||
*/
|
||||
static public String extractBodyContent(final StringBuffer data)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue