Skip to content

Commit

Permalink
Fix #508
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Oct 26, 2022
1 parent c36ab8f commit 16690d5
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -131,7 +131,9 @@ public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment
}

// write extensions
storage.write(extensions);
if (extensions.size() > 0) {
storage.write(extensions);
}

return false;
}
Expand Down

0 comments on commit 16690d5

Please sign in to comment.