Index: /applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java
===================================================================
--- /applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java	(revision 30354)
+++ /applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java	(revision 30355)
@@ -58,5 +58,5 @@
 
     @Override
-	public void actionPerformed(ActionEvent arg0) {
+    public void actionPerformed(ActionEvent arg0) {
 
         GeoImageLayer layer = getLayer();
@@ -113,5 +113,5 @@
         setMTime.addActionListener(new ActionListener(){
             @Override
-			public void actionPerformed(ActionEvent e) {
+            public void actionPerformed(ActionEvent e) {
                 if (setMTime.isSelected()) {
                     mTimeMode.setEnabled(true);
@@ -230,5 +230,5 @@
                     SwingUtilities.invokeLater(new Runnable() {
                         @Override
-						public void run() {
+                        public void run() {
                             JOptionPane.showMessageDialog(Main.parent, ioe.getMessage(), tr("Error"), JOptionPane.ERROR_MESSAGE);
                         }
@@ -279,5 +279,5 @@
             //fileTmp = File.createTempFile("img", ".jpg", file.getParentFile());
             // on win32, file.renameTo(fileTmp) does not work when the destination file exists
-            // see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4017593
+            // see https://bugs.openjdk.java.net/browse/JDK-4017593
             // so we cannot use createTempFile(), which would create that "existing destination file"
             // instead, let's use new File(), which doesn't actually create a file
@@ -301,5 +301,5 @@
                 SwingUtilities.invokeAndWait(new Runnable() {
                     @Override
-					public void run() {
+                    public void run() {
                         JLabel l = new JLabel(tr("<html><h3>There are old backup files in the image directory!</h3>"));
                         l.setIcon(UIManager.getIcon("OptionPane.warningIcon"));
@@ -379,5 +379,5 @@
 
     @Override
-	public Component createMenuComponent() {
+    public Component createMenuComponent() {
         JMenuItem geotaggingItem = new JMenuItem(this);
         geotaggingItem.setEnabled(enabled(getLayer()));
@@ -386,5 +386,5 @@
 
     @Override
-	public boolean supportLayers(List<Layer> layers) {
+    public boolean supportLayers(List<Layer> layers) {
         return layers.size() == 1 && layers.get(0) instanceof GeoImageLayer;
     }
