Skip to content

Commit

Permalink
Refine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 28, 2023
1 parent 587b40a commit 7d59614
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public SavingPropertiesViewModel(BibDatabaseContext databaseContext, Preferences
public void setValues() {
libraryProtectedProperty.setValue(initialMetaData.isProtected());

// SaveOrderConfigPanel, included via ?Import
// SaveOrderConfigPanel, included via <iImport ...> in FXML

switch (saveOrder.getOrderType()) {
case SPECIFIED -> saveInSpecifiedOrderProperty.setValue(true);
Expand All @@ -87,7 +87,7 @@ public void setValues() {
.map(SortCriterionViewModel::new)
.toList());

// FieldFormatterCleanupsPanel, included via ?Import
// FieldFormatterCleanupsPanel, included via <iImport ...> in FXML

Optional<FieldFormatterCleanups> saveActions = initialMetaData.getSaveActions();
saveActions.ifPresentOrElse(value -> {
Expand Down

0 comments on commit 7d59614

Please sign in to comment.