Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWerm authored and JanWittler committed Apr 3, 2023
1 parent b62a81c commit 4a32950
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ChangePublishingTestView implements NonTransactionalTestView {
/**
* Creates a test view that will store its persisted resources in the
* provided {@code persistenceDirectory}, allow to program interactions through the provided {@code userInteraction},
* use the provided {@code uriMode} and be connected to the provided {@code virtualModel}.
* use the provided {@code uriMode}.
*
* @param persistenceDirectory is the directory to store files at.
* @param userInteraction the {@link TestUserInteraction} to use for interactions during change propagation.
Expand All @@ -76,7 +76,7 @@ class ChangePublishingTestView implements NonTransactionalTestView {
/**
* Creates a test view that will store its persisted resources in the
* provided {@code persistenceDirectory}, allow to program interactions through the provided {@code userInteraction},
* use the provided {@code uriMode} and be connected to the provided {@code virtualModel}.
* use the provided {@code uriMode}.
*
* @param persistenceDirectory is the directory to store files at.
* @param userInteraction the {@link TestUserInteraction} to use for interactions during change propagation.
Expand Down

0 comments on commit 4a32950

Please sign in to comment.