Compare commits

..

No commits in common. "c9b53f609f31f8d4f3a4c349f18b80fb7249b49c" and "fe309db61c4ea7c65fcc1a8e30224109935301c4" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
public class NewFeature {
private String featureName;
public String getFeature() {
return this.featureName;
}
}