Skip to content

Commit 1aabcd5

Browse files
committed
formatting
1 parent 4bef2af commit 1aabcd5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2222
* `CollectionsUtil#allTuples` has been moved to `IterableUtil#allTuples`.
2323
* `CollectionsUtil#cartesianProduct` has been moved to `IterableUtil#cartesianProduct`.
2424
* `CollectionsUtil` has been renamed to `CollectionUtil`.
25-
* The `net:automatalib.tooling:automata-build-tools` module has been renamed to `net.automatalib:automata-build-config`.
26-
* The `Alphabets#toGrowingAlphabetOrThrowException` method has been moved to `Alphabet#asGrowingAlphabetOrThrowException` so that one does not require an `automata-core` dependency for a simple cast.
27-
* The `Visualization` factory has been moved from the `automata-core` artifact to the `automata-api` artifact. Furthermore, the previous `DummyVP` has been replaced with a `NoopVP` that does not show a swing window anymore when no proper VisualizationProvider is configured but instead logs an error message. This allows us to drop the `java.desktop` (module) dependency for headless setups and only require it in actual visualizers (DOT, JUNG, etc.).
25+
* The `net:automatalib.tooling:automata-build-tools` module has been renamed to `net.automatalib:automata-build-config`.
26+
* The `Alphabets#toGrowingAlphabetOrThrowException` method has been moved to `Alphabet#asGrowingAlphabetOrThrowException` so that one does not require an `automata-core` dependency for a simple cast.
27+
* The `Visualization` factory has been moved from the `automata-core` artifact to the `automata-api` artifact. Furthermore, the previous `DummyVP` has been replaced with a `NoopVP` that does not show a swing window anymore when no proper VisualizationProvider is configured but instead logs an error message. This allows us to drop the `java.desktop` (module) dependency for headless setups and only require it in actual visualizers (DOT, JUNG, etc.).
2828

2929
### Removed
3030

commons/util/src/main/java/net/automatalib/common/util/IOUtil.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ public static Reader asBufferedUTF8Reader(InputStream is) {
189189
}
190190

191191
/**
192-
* Returns a reader that parses the contents of the given input stream with {@link StandardCharsets#UTF_8}
193-
* encoding.
192+
* Returns a reader that parses the contents of the given input stream with {@link StandardCharsets#UTF_8} encoding.
194193
*
195194
* @param is
196195
* the input stream to read

0 commit comments

Comments
 (0)