Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 19, 2025
1 parent e355d8a commit 552f2bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion eclipse-collections/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
requires tools.jackson.core;
requires transitive tools.jackson.databind;

requires tools.jackson.datatype.primitive_collections_basee;
requires tools.jackson.datatype.primitive_collections_base;

requires org.eclipse.collections.api;
requires org.eclipse.collections.impl;
Expand Down
1 change: 0 additions & 1 deletion hppc/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
requires junit; // JUnit 4

// Further, need to open up test packages for JUnit et al

opens tools.jackson.datatype.hppc;
opens tools.jackson.datatype.hppc.deser;
opens tools.jackson.datatype.hppc.ser;
Expand Down

0 comments on commit 552f2bf

Please sign in to comment.