Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Apr 17, 2024
1 parent 4725927 commit e2fb9c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/gov/nasa/pds/harvest/HarvestMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public class HarvestMain
public static void main(String[] args)
{
System.setProperty("sun.stdout.encoding", "UTF-8");
System.setProperty("javax.net.ssl.trustStore", "/home/niessner/Projects/PDS/TestData/OSV2/default.certs");
System.setProperty("javax.net.ssl.trustStorePassword", "2Painful!");
HarvestCli cli = new HarvestCli();
cli.run(args);
}
Expand Down

0 comments on commit e2fb9c6

Please sign in to comment.