Skip to content

Commit

Permalink
deprecate adam module, to be removed in version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed May 27, 2022
1 parent fb15fd7 commit fa42618
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@

/**
* Extends ADAMContext with load methods for dsh-bio models.
*
* @deprecated to be removed in version 3.0
*/
@Deprecated
public class DishevelledAdamContext extends ADAMContext {
/** Java Spark context. */
private final transient JavaSparkContext javaSparkContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
/**
* Dishevelled kryo registrator.
*
* @author Michael Heuer
* @deprecated to be removed in version 3.0
*/
@Deprecated
public class DishevelledKryoRegistrator extends ADAMKryoRegistrator {

@Override
Expand Down
2 changes: 2 additions & 0 deletions adam/src/main/java/org/dishevelled/bio/adam/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

/**
* Adapt dsh-bio models to ADAM.
*
* @deprecated to be removed in version 3.0
*/
package org.dishevelled.bio.adam;

0 comments on commit fa42618

Please sign in to comment.