Merge pull request #43 from danbev/readme-fromString

Remove non-existing fromString from README API doc
This commit is contained in:
Fabio José 2019-11-29 08:22:35 -03:00 committed by GitHub
commit 98e476d82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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