Skip to content

Commit 06c6d09

Browse files
committed
update docs
1 parent c1b4592 commit 06c6d09

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/main/java/org/openpatch/scratch/Sprite.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,16 +2059,16 @@ public void setWhenIReceive(WhenIReceiveHandler whenIReceive) {
20592059
}
20602060

20612061
/**
2062-
* @see stampToBackground
2062+
* Stamps the current sprite to the background. A stamp is a non interactive
2063+
* version of the sprite.
20632064
*/
20642065
public void stamp() {
20652066
this.stampToBackground();
20662067
}
20672068

20682069
/**
20692070
* Stamps the current sprite to the background. A stamp is a non interactive
2070-
* version of the
2071-
* sprite.
2071+
* version of the sprite.
20722072
*/
20732073
public void stampToBackground() {
20742074
if (this.costumes.size() > 0) {
@@ -2088,8 +2088,7 @@ public void stampToUI() {
20882088

20892089
/**
20902090
* Stamps the current sprite to the foreground. A stamp is a non interactive
2091-
* version of the
2092-
* sprite.
2091+
* version of the sprite.
20932092
*/
20942093
public void stampToForeground() {
20952094
if (this.costumes.size() > 0) {

0 commit comments

Comments
 (0)