Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
FultonBrowne committed Jan 16, 2020
1 parent 3ca5f0e commit ff72ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/main/java/com/andromeda/araserver/util/OutputModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ public class OutputModel {
public String description;
public String OutputTxt;
public String exes;
public String image;

public OutputModel(String title, String description, String link, String image, String OutputTxt, String exes) {
this.title = title;
this.link = link;
this.description = description;
this.OutputTxt = OutputTxt;
this.exes = exes;
this.image = image;
}
}

0 comments on commit ff72ac8

Please sign in to comment.