]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/jpeg/ExifLibrarySwitch.java
Version 18.6, December 2016
[GpsPrune.git] / tim / prune / jpeg / ExifLibrarySwitch.java
1 package tim.prune.jpeg;
2
3 /**
4  * Empty class just to provide a switch between internal and external libraries
5  */
6 public abstract class ExifLibrarySwitch
7 {
8         /** Flag to specify internal or external library */
9         static final boolean USE_INTERNAL_LIBRARY = true;
10 }