Skip to content

Commit 96a0f37

Browse files
committed
Remove unused methods
1 parent ebc70ba commit 96a0f37

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/java/io/pivotal/cfapp/domain/ApplicationPolicy.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
@Table("application_policy")
3434
public class ApplicationPolicy {
3535

36-
public static String[] columnNames() {
37-
return
38-
new String[] {
39-
"pk", "id", "operation", "description", "options", "organization_whitelist", "state"
40-
};
41-
}
42-
4336
public static ApplicationPolicy seed(ApplicationPolicy policy) {
4437
return ApplicationPolicy
4538
.builder()
@@ -63,10 +56,6 @@ public static ApplicationPolicy seedWith(ApplicationPolicy policy, String id) {
6356
.build();
6457
}
6558

66-
public static String tableName() {
67-
return "application_policy";
68-
}
69-
7059
@Id
7160
@JsonIgnore
7261
private Long pk;

0 commit comments

Comments
 (0)