Skip to content

Commit

Permalink
mark as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Jul 3, 2024
1 parent 6ceb9ff commit 824c244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fopbot/KarelWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ public long getRobotCount() {
*
* @return the current {@link ColorProfile} that is used to draw the world
*/
@ApiStatus.Internal
public ColorProfile getColorProfile() {
return colorProfile;
}
Expand All @@ -730,6 +731,7 @@ public ColorProfile getColorProfile() {
*
* @param colorProfile the new {@link ColorProfile} to use
*/
@ApiStatus.Internal
public void setColorProfile(final ColorProfile colorProfile) {
this.colorProfile = colorProfile;
}
Expand Down

0 comments on commit 824c244

Please sign in to comment.