]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/jpeg/ExifLibrarySwitch.java
Version 11, August 2010
[GpsPrune.git] / tim / prune / jpeg / ExifLibrarySwitch.java
diff --git a/tim/prune/jpeg/ExifLibrarySwitch.java b/tim/prune/jpeg/ExifLibrarySwitch.java
new file mode 100644 (file)
index 0000000..01adce1
--- /dev/null
@@ -0,0 +1,10 @@
+package tim.prune.jpeg;
+
+/**
+ * Empty class just to provide a switch between internal and external libraries
+ */
+public abstract class ExifLibrarySwitch
+{
+       /** Flag to specify internal or external library */
+       static final boolean USE_INTERNAL_LIBRARY = true;
+}