Skip to content

Commit

Permalink
Merge commit '6bb443e83bcadf00d47692f26d33db9af44acf7b'
Browse files Browse the repository at this point in the history
* commit '6bb443e83bcadf00d47692f26d33db9af44acf7b':
  Make the loading of the app data more tolerant to the class loading by falling back to the BootstrapDataProducer.class.getResource(String) method if TCCL fails.
  • Loading branch information
starksm64 committed Sep 27, 2017
2 parents 71d158a + 6bb443e commit a0ab638
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import java.io.IOException;
import java.net.URL;
import java.util.Enumeration;
import java.util.logging.Level;
import java.util.logging.Logger;

Expand Down

0 comments on commit a0ab638

Please sign in to comment.