Skip to content

Commit

Permalink
Updated ParticleWrapper Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixOBrien committed Oct 21, 2023
1 parent dfa55eb commit f1dcf5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static class ParticleData {
/**
* Creates a ParticleData object from a string
* @param str the string to create the ParticleData object from
* @return
* @return ParticleData object from the given string
*/
public static ParticleData fromString(@NotNull String str) {
Objects.requireNonNull(str);
Expand Down

0 comments on commit f1dcf5a

Please sign in to comment.