Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static File createTempDir() throws IOException {
*
* @return the temporary directory
* @throws IOException if an I/O error occurs
* @deprecated use {@code @TempDir) (JUnit 5) Or {@code TemporaryFolder} (JUnit 4) instead
* @deprecated use {@code @TempDir} (JUnit 5) or {@code TemporaryFolder} (JUnit 4) instead
*/
@Deprecated
public static File createTempDir(String suffix) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*
* <h2>Managed Properties</h2>
* <ul>
* <li><strong>Version & Scope:</strong> Handled by ModelBuilder for own dependency management
* <li><strong>Version &amp; Scope:</strong> Handled by ModelBuilder for own dependency management
* (think "effective POM"). This implementation ensures these are not applied to the same
* node that provided the rules, to not override ModelBuilder's work.</li>
* <li><strong>Optional:</strong> Not handled by ModelBuilder; managed here.</li>
Expand Down
Loading