Merge branches 'PAN-16' and 'master' of https://github.com/atusa17/ptp into PAN-16
# Conflicts: # services/build.gradle
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package edu.msudenver.tsp.website.forms;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class TheoremForm {
|
||||
private String theoremName;
|
||||
private String theorem;
|
||||
}
|
||||
Reference in New Issue
Block a user