X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fdata%2FPhoto.java;h=7ffe35dec984511a6de8d7e522cb1aa25b4c7932;hp=9eacac2706a87d1c2ef451c879ddc717b6c565d6;hb=140e9d165f85c3d4f0435a311e091209313faa2a;hpb=c0387c124840c9407e040600fda88f3c3e8f6aa6 diff --git a/tim/prune/data/Photo.java b/tim/prune/data/Photo.java index 9eacac2..7ffe35d 100644 --- a/tim/prune/data/Photo.java +++ b/tim/prune/data/Photo.java @@ -65,12 +65,10 @@ public class Photo { _dataPoint = inPoint; // set status according to point - if (inPoint == null) - { + if (inPoint == null) { setCurrentStatus(Status.NOT_CONNECTED); } - else - { + else { setCurrentStatus(Status.CONNECTED); } }