diff options
Diffstat (limited to 'src/main/java/gregtech/api/fluid')
-rw-r--r-- | src/main/java/gregtech/api/fluid/GT_FluidFactory.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/gregtech/api/fluid/GT_FluidFactory.java b/src/main/java/gregtech/api/fluid/GT_FluidFactory.java index 7ffc824a79..7c65956c69 100644 --- a/src/main/java/gregtech/api/fluid/GT_FluidFactory.java +++ b/src/main/java/gregtech/api/fluid/GT_FluidFactory.java @@ -44,7 +44,7 @@ public class GT_FluidFactory { /** * Helper for quick fluid creation and registration - * + * * @param fluidName The name key of the {@link Fluid} to register in the {@link FluidRegistry} * @param localizedName The localized name of this {@link IGT_Fluid} * @param material The {@link Materials} of this {@link IGT_Fluid} @@ -63,7 +63,7 @@ public class GT_FluidFactory { /** * Helper for quick fluid creation and registration - * + * * @param fluidName The name key of the {@link Fluid} to register in the {@link FluidRegistry} * @param localizedName The localized name of this {@link IGT_Fluid} * @param state The {@link FluidState} of this {@link IGT_Fluid} @@ -80,7 +80,7 @@ public class GT_FluidFactory { /** * Gets an {@link IGT_Fluid} builder instance - * + * * @param fluidName The name key of the {@link Fluid} to register in the {@link FluidRegistry} * @return the {@link IGT_FluidBuilder} instance */ |