Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit cdef921

Browse files
committed
Fix checkstyle
1 parent 46e4014 commit cdef921

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

patchwork-capabilities/src/main/java/net/minecraftforge/common/capabilities/CapabilityInject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* When placed on a field, the field will be set to an
2929
* instance of {@link Capability} once that capability is registered.
3030
* That field must be static and be able to hold a instance
31-
* of 'Capability'
31+
* of '{@link Capability}'
3232
*
3333
* <p>Example:
3434
* <blockquote>

patchwork-capabilities/src/main/java/net/minecraftforge/common/util/INBTSerializable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import net.minecraft.nbt.Tag;
2323

2424
/**
25-
* An interface designed to unify various things in the Minecraft
25+
* An interface designed to unify various things in Minecraft.
2626
* code base that can be serialized to and from an {@link Tag NBT tag}
2727
*/
2828
public interface INBTSerializable<T extends Tag> {

0 commit comments

Comments
 (0)