chore: Delete unused GitConfig entity class (#33909)
Not used in EE either.
This commit is contained in:
parent
4ae0af14a2
commit
d78e53e8b6
|
|
@ -1,22 +0,0 @@
|
|||
package com.appsmith.server.domains;
|
||||
|
||||
import com.appsmith.external.models.AppsmithDomain;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
import org.springframework.data.mongodb.core.mapping.Document;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@ToString
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Document
|
||||
public class GitConfig implements AppsmithDomain {
|
||||
|
||||
String authorName;
|
||||
|
||||
String authorEmail;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user