Skip to content

Commit

Permalink
[#851] mark json sink/source as deprecated (#852)
Browse files Browse the repository at this point in the history
fixes #851
  • Loading branch information
Kevin Gómez authored and ChrizZz110 committed Jul 3, 2018
1 parent e5b7d0d commit 56c956a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -30,7 +30,11 @@
* Write an EPGM representation into three separate JSON files. The format
* is documented at {@link GraphHeadToJSON}, {@link VertexToJSON} and
* {@link EdgeToJSON}.
*
* @deprecated This class is deprecated. For example use
* {@link org.gradoop.flink.io.impl.csv.CSVDataSink}
*/
@Deprecated
public class JSONDataSink extends JSONBase implements DataSink {

/**
Expand Down
Expand Up @@ -34,7 +34,11 @@
/**
* Creates an EPGM instance from JSON files. The exact format is documented in
* {@link JSONToGraphHead}, {@link JSONToVertex}, {@link JSONToEdge}.
*
* @deprecated This class is deprecated. For example use
* {@link org.gradoop.flink.io.impl.csv.CSVDataSource}
*/
@Deprecated
public class JSONDataSource extends JSONBase implements DataSource {

/**
Expand Down

0 comments on commit 56c956a

Please sign in to comment.