-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b303c0
commit abf70a6
Showing
1 changed file
with
1 addition
and
4 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 |
---|---|---|
|
@@ -17,16 +17,13 @@ | |
|
||
package io.seqera.wave.cli.json; | ||
|
||
import com.squareup.moshi.FromJson; | ||
import com.squareup.moshi.ToJson; | ||
import io.seqera.wave.cli.model.LayerRef; | ||
import io.seqera.wave.core.spec.ObjectRef; | ||
|
||
import java.io.IOException; | ||
/** | ||
* Layer Ref adapter for Moshi JSON serialisation | ||
* | ||
* @author Paolo Di Tommaso <[email protected]> | ||
* @author Munish Chouhan <[email protected]> | ||
*/ | ||
public class LayerRefAdapter{ | ||
|
||
|