Skip to content

Commit

Permalink
Fixing patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
august782 committed May 27, 2024
1 parent ce5e58a commit f633fc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
+ }).install();
+ latch2.await(10, TimeUnit.SECONDS);
+ store = (WritableServiceBasedNamingStore) namingStoreService.getValue();
+ final Name name = new CompositeName("test");
+ final Name name = new CompositeName("nested/test");
+ final Object value = new Object();
+ WritableServiceBasedNamingStore.pushOwner(OWNER_FOO);
+ try {
Expand Down

0 comments on commit f633fc3

Please sign in to comment.