Remove non-existing fromString from README API doc

This commit removes the API documentation for the fromString Cloudevent
function as it does not seem to exist.

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
Daniel Bevenius 2019-11-18 08:24:39 +01:00
parent d70274d404
commit 041aed4bad
1 changed files with 0 additions and 6 deletions

View File

@ -252,12 +252,6 @@ Object Cloudevent.format()
* Format the payload as String.
*/
String Cloudevent.toString()
/*
* Create a Cloudevent instance from String.
*/
Cloudevent Cloudevent.fromString(String)
```
### `Formatter` classes