Skip to content

Commit

Permalink
Remove unused ObjectToBinConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
yma96 committed Mar 6, 2024
1 parent f27327d commit 8ec6235
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.commonjava.indy.pkg.npm.model.converter.ObjectToBinConverter;
import org.commonjava.indy.pkg.npm.model.converter.ObjectToLicenseConverter;

import java.io.Serializable;
import java.util.List;
import java.util.Map;

import static org.commonjava.indy.pkg.npm.model.converter.ObjectToBinConverter.SINGLE_BIN;

@ApiModel( description = "Specify all the corresponding versions metadata for the package." )
public class VersionMetadata
implements Serializable, Comparable<VersionMetadata>
Expand Down

This file was deleted.

0 comments on commit 8ec6235

Please sign in to comment.