X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Fjpeg%2FExifLibrarySwitch.java;fp=tim%2Fprune%2Fjpeg%2FExifLibrarySwitch.java;h=01adce10a83b40ae860c2c408fca6134bcc0175e;hb=140e9d165f85c3d4f0435a311e091209313faa2a;hp=0000000000000000000000000000000000000000;hpb=c0387c124840c9407e040600fda88f3c3e8f6aa6;p=GpsPrune.git diff --git a/tim/prune/jpeg/ExifLibrarySwitch.java b/tim/prune/jpeg/ExifLibrarySwitch.java new file mode 100644 index 0000000..01adce1 --- /dev/null +++ b/tim/prune/jpeg/ExifLibrarySwitch.java @@ -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; +}