Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Jun 9, 2024
1 parent 0caa832 commit a145ebe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/mcjty/theoneprobe/api/IProbeInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
*/
public interface IProbeInfo {

/// Use STARTLOC/ENDLOC in your strings for localization on the client
/** Use for in your strings for localization on the client.
* Start of a localized message*/
String STARTLOC = "{*";
/** Use for in your strings for localization on the client.
* End of a localized message*/
String ENDLOC = "*}";

/**
Expand Down

0 comments on commit a145ebe

Please sign in to comment.