Skip to content

Commit 294484d

Browse files
added debug code for getting the class version on AWS
1 parent d0ad0a6 commit 294484d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/net/preibisch/bigstitcher/spark/SparkResaveN5.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ public class SparkResaveN5 extends AbstractBasic implements Callable<Void>, Seri
106106
@Override
107107
public Void call() throws Exception
108108
{
109+
//System.out.println( com.google.common.collect.ImmutableList.class.getProtectionDomain().getCodeSource().getLocation() );
110+
//System.exit( 0 );
111+
109112
final SpimData2 dataGlobal = this.loadSpimData2();
110113

111114
if ( dataGlobal == null )

0 commit comments

Comments
 (0)