Commit cece95f7 authored by Eric Duminil's avatar Eric Duminil
Browse files

Removing old, noisy TODOs.

parent 8c639f4f
...@@ -349,10 +349,8 @@ public File buildImportJobFile(ImportJobDescription jobDescriptor) ...@@ -349,10 +349,8 @@ public File buildImportJobFile(ImportJobDescription jobDescriptor)
return zippedCityGMLFile; return zippedCityGMLFile;
} catch (FileNotFoundException ex) { } catch (FileNotFoundException ex) {
// TODO Auto-generated catch block
ex.printStackTrace(); ex.printStackTrace();
} catch (IOException ex) { } catch (IOException ex) {
// TODO Auto-generated catch block
ex.printStackTrace(); ex.printStackTrace();
} }
} else { } else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment