Skip to content

Commit

Permalink
Comment improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemcbride committed Sep 8, 2024
1 parent ef106ea commit bdcc66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
const SystemInfo = {};

// The following parameters must be set in a production system
SystemInfo.softwareVersion = "EDIT-1"; // used to identify a unique system
SystemInfo.softwareVersion = "EDIT-1"; // used to uniquely identify a version of the system
SystemInfo.releaseDate = "EDIT-2";
SystemInfo.controlCache = false; // normally true but use false during debugging EDIT-3
// The following is only set on a production system that has the front-end and back-end separated
Expand Down

0 comments on commit bdcc66d

Please sign in to comment.