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

Commit

Permalink
[#436] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pozzi committed Mar 28, 2021
1 parent c493fa8 commit 5814c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/bonndan/nivio/input/Indexer.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void index(final LandscapeDescription input) {

private ProcessingChangelog runResolvers(LandscapeDescription input, Landscape landscape) {

//a detailed textual lgo
//a detailed textual log
ProcessLog logger = landscape.getLog();

//a structured log on component level
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Schema(description = "Changelog for a single landscape processing run (update of landscape from different sources).")
public class ProcessingChangelog {

@Schema(description = "The key FullyQualifiedIdentifier of a component")
@Schema(description = "The key is the FullyQualifiedIdentifier of a component")
final Map<String, Entry> changes = new HashMap<>();

/**
Expand Down

0 comments on commit 5814c96

Please sign in to comment.