Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Aug 16, 2023
1 parent 828a8dc commit 6ffc702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/api/messages/GoblintMessagesResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static class Piece implements MultiPiece {
private GoblintLocation loc;

/**
* Converts the Single (Piece) type of Goblint messages from the
* Converts the Single (Piece type of) Goblint messages from the
* GoblintMessagesResult type to AnalysisResult that are needed for MagPieBridge.
*
* @param tags the tags of the warning given by Goblint
Expand All @@ -82,7 +82,7 @@ public static class Group implements MultiPiece {
private final List<Piece> pieces = new ArrayList<>();

/**
* Converts the Single (Piece) type of Goblint messages from the
* Converts the Group Goblint messages from the
* GoblintMessagesResult type to AnalysisResult that are needed for MagPieBridge.
*
* @param tags the tags of the warning given by Goblint
Expand Down

0 comments on commit 6ffc702

Please sign in to comment.