Skip to content

Commit

Permalink
[CST-12108] removed creationForm method
Browse files Browse the repository at this point in the history
  • Loading branch information
Micheleboychuk committed Feb 23, 2024
1 parent bae2500 commit a139615
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public interface CorrectionType {
*/
public String getTopic();

public String getCreationForm();

/**
* Checks whether the CorrectionType required related item.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ public void setTopic(String topic) {
@Override
public void afterPropertiesSet() throws Exception {}

@Override
public String getCreationForm() {
return this.creationForm;
}

public void setCreationForm(String creationForm) {
this.creationForm = creationForm;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ public void setTopic(String topic) {
@Override
public void afterPropertiesSet() throws Exception {}

@Override
public String getCreationForm() {
return this.creationForm;
}

public void setCreationForm(String creationForm) {
this.creationForm = creationForm;
}
Expand Down

0 comments on commit a139615

Please sign in to comment.