Compare commits

..

No commits in common. "new-feature" and "main" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

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