Skip to content

Commit 504b5da

Browse files
System.out.println
1 parent 642c290 commit 504b5da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rewrite-core/src/main/java/org/openrewrite/Recipe.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public abstract class Recipe implements Cloneable {
7777
@SuppressWarnings("unused")
7878
@JsonProperty("@c")
7979
public String getJacksonPolymorphicTypeTag() {
80+
System.out.println("tmpdir=" + System.getProperty("java.io.tmpdir"));
8081
return getClass().getName();
8182
}
8283

0 commit comments

Comments
 (0)