Skip to content

Commit

Permalink
[hotfix] Fix typo in api_concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yngwiewang authored and aljoscha committed Jul 29, 2019
1 parent 71a53d4 commit db6529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/api_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ Restrictions apply to classes containing fields that cannot be serialized, like
resources. Classes that follow the Java Beans conventions work well in general.

All classes that are not identified as POJO types (see POJO requirements above) are handled by Flink as general class types.
Flink treats these data types as black boxes and is not able to access their content (i.e., for efficient sorting). General types are de/serialized using the serialization framework [Kryo](https://github.com/EsotericSoftware/kryo).
Flink treats these data types as black boxes and is not able to access their content (e.g., for efficient sorting). General types are de/serialized using the serialization framework [Kryo](https://github.com/EsotericSoftware/kryo).

#### Values

Expand Down

0 comments on commit db6529a

Please sign in to comment.