Skip to content

Commit

Permalink
Added log message
Browse files Browse the repository at this point in the history
  • Loading branch information
noberasco committed Jun 3, 2019
1 parent 5b9d076 commit 368b527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/locationtech/proj4j/Registry.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public Projection getProjection(String name) {
} catch (IllegalAccessException e) {
e.printStackTrace();
} catch (InstantiationException e) {
System.err.println("Cannot instantiate projection " + name + " [" + cls.getName() + "]");
e.printStackTrace();
}
}
Expand Down

0 comments on commit 368b527

Please sign in to comment.