Commit in projects/lcsim/trunk/event-model/src/main/java/org/lcsim/event/base on MAIN
BaseLCSimEvent.java+2-23104 -> 3105
Remove URL from exception message.  It is not really very useful.

projects/lcsim/trunk/event-model/src/main/java/org/lcsim/event/base
BaseLCSimEvent.java 3104 -> 3105
--- projects/lcsim/trunk/event-model/src/main/java/org/lcsim/event/base/BaseLCSimEvent.java	2014-04-25 18:02:04 UTC (rev 3104)
+++ projects/lcsim/trunk/event-model/src/main/java/org/lcsim/event/base/BaseLCSimEvent.java	2014-05-05 17:56:13 UTC (rev 3105)
@@ -51,7 +51,7 @@
         try {
             conditionsManager.setDetector(detectorName, run);
         } catch (ConditionsNotFoundException x) {
-            throw new RuntimeException("Please see http://confluence.slac.stanford.edu/display/ilc/Conditions+database", x);
+            throw new RuntimeException(x);
         }
     }
     
@@ -62,7 +62,7 @@
             try {
                 conditionsManager.setDetector(detectorName, run);
             } catch (ConditionsNotFoundException x) {
-                throw new RuntimeException("Please see http://confluence.slac.stanford.edu/display/ilc/Conditions+database", x);
+                throw new RuntimeException(x);
             }
         }
     }
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1