Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxzhu committed Feb 16, 2024
1 parent d03d717 commit 39a155a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
*/
package com.pinterest.deployservice.bean;

import com.pinterest.deployservice.common.DeployInternalException;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.apache.commons.lang.builder.ReflectionToStringBuilder;
import org.apache.commons.lang.StringEscapeUtils;
import org.hibernate.validator.constraints.NotEmpty;
import org.hibernate.validator.constraints.Range;

import java.io.Serializable;
import javax.validation.constraints.Pattern;

/**
* Keep the bean and table in sync
Expand Down

0 comments on commit 39a155a

Please sign in to comment.