Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed May 21, 2024
1 parent 9b303c0 commit abf70a6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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{

Expand Down

0 comments on commit abf70a6

Please sign in to comment.