From 8ee31a945442a72fdd8df544d6be4b94674e68f5 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Mon, 22 Aug 2016 11:07:13 +0200 Subject: [PATCH] Removed migration comment. The corresponding catch was already handled before. --- .../java/org/orekit/rugged/linesensor/SensorPixelCrossing.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java b/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java index d6dfa516..60b0de51 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java @@ -95,9 +95,6 @@ public class SensorPixelCrossing { } catch (MathIllegalArgumentException nbe) { // there are no solutions in the search interval return Double.NaN; -// TODO hipparchus migration : no need for this catch ? -// } catch (MathIllegalArgumentException tmee) { -// throw new RuggedException(tmee); } catch (RuggedExceptionWrapper rew) { throw rew.getException(); } -- GitLab