Skip to content

Commit a39157c

Browse files
committed
fake change in tez-api to trigger spotbugs
1 parent e841c92 commit a39157c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tez-api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</parent>
2525
<artifactId>tez-api</artifactId>
2626

27+
2728
<properties>
2829
<maven.javadoc.skip>false</maven.javadoc.skip>
2930
</properties>

tez-api/src/test/java/org/apache/tez/common/TestTezCommonUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class TestTezCommonUtils {
6060

6161
@BeforeClass
6262
public static void setup() throws Exception {
63+
LOG.info("HEY, THIS IS FOR SPOTBUGS, DON'T MERGE");
6364
conf.set(TezConfiguration.TEZ_AM_STAGING_DIR, STAGE_DIR);
6465
LOG.info("Starting mini clusters");
6566
try {

0 commit comments

Comments
 (0)