Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
#23: Add missing uses UnmodifiableMapFactory to unij-api's `module-…
Browse files Browse the repository at this point in the history
…info.java`
  • Loading branch information
tlinkowski committed Aug 21, 2019
1 parent bc474e5 commit c7ee137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/unij-api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
* limitations under the License.
*/

import pl.tlinkowski.unij.service.api.collect.UnmodifiableListFactory;
import pl.tlinkowski.unij.service.api.collect.UnmodifiableSetFactory;
import pl.tlinkowski.unij.service.api.collect.*;

/**
* @author Tomasz Linkowski
Expand All @@ -31,4 +30,5 @@

uses UnmodifiableListFactory;
uses UnmodifiableSetFactory;
uses UnmodifiableMapFactory;
}

0 comments on commit c7ee137

Please sign in to comment.