Skip to content

Commit 9f0afad

Browse files
authored
Update FeatureProposal.java
1 parent 8a6db70 commit 9f0afad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/tamu/app/model/FeatureProposal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private void setup() {
8080
this.ideas = new ArrayList<Idea>();
8181
this.voters = new ArrayList<User>();
8282
this.state = FeatureProposalState.IN_PROGRESS;
83-
this.isPrivate = true;
83+
this.isPrivate = false;
8484
}
8585

8686
public List<Idea> getIdeas() {

0 commit comments

Comments
 (0)