Compare commits

..

No commits in common. "new-feature" and "main" 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;
}
}