Skip to content

Commit

Permalink
(#2922) Add message warning of dataset size change
Browse files Browse the repository at this point in the history
  • Loading branch information
squaregoldfish committed Jun 11, 2024
1 parent 6216016 commit bf5bce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions WebApp/WebContent/dataset/new_dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
</h:panelGrid>
<div id="errorList" class="errors hidden"></div>
</div>
<h:panelGrid columns="1" class="buttonPanel">
<div class="instructions">
Note: The dataset dates may change to align with valid data in the files.
</div>
</h:panelGrid>
<h:panelGrid columns="2" cellpadding="5" class="buttonPanel">
<p:commandButton id="addButton" widgetVar="pAddButton"
value="Add Data Set"
Expand Down
4 changes: 2 additions & 2 deletions WebApp/src/uk/ac/exeter/QuinCe/utils/TimeRange.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ public interface TimeRange {

/**
* Get the start date of the period.
*
*
* @return The start date.
*/
public LocalDateTime getStart();

/**
* Get the end date of the period.
*
*
* @return The end date.
*/
public LocalDateTime getEnd();
Expand Down

0 comments on commit bf5bce0

Please sign in to comment.