Skip to content

Commit

Permalink
[fix] util 클래스 생성자 숨김
Browse files Browse the repository at this point in the history
  • Loading branch information
isanghaessi committed Mar 10, 2024
1 parent 0f09536 commit 89321ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import reactor.core.publisher.Flux;

public class RelationshipProtoUtil {
private RelationshipProtoUtil() {}

public static RelationshipResponseProto toRelationshipResponseProto(Relationship relationship) {
if (Objects.isNull(relationship)) {
return RelationshipResponseProto
Expand Down

0 comments on commit 89321ca

Please sign in to comment.