-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
OgJsonReader
instead of OboGraphDocumentLoader
. Add a depreca…
…tion note.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,12 @@ | |
/** | ||
* Loads an ontology using the obograph library. | ||
* | ||
* @deprecated use {@link org.geneontology.obographs.core.io.OgJsonReader} instead of <code>OboGraphDocumentLoader</code>. | ||
* {@code OboGraphDocumentLoader} will be removed in <em>3.0.0</em>. | ||
* @author Jules Jacobsen <[email protected]> | ||
*/ | ||
// REMOVE(3.0.0) | ||
// Removing this class will remove the last use of `com.fasterxml.jackson` package in `phenol-io`. | ||
@Deprecated(forRemoval = true, since = "2.1.2") | ||
public class OboGraphDocumentLoader { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters