You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/marketdata/marketcetera/src/main/java/org/marketcetera/marketdata/marketcetera/MarketceteraFeed.java
Copy file name to clipboardexpand all lines: modules/marketdata/marketdata-core/src/main/java/org/marketcetera/marketdata/core/webservice/ConnectionException.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
/* $License$ */
7
7
8
8
/**
9
-
*
9
+
* Indicates an error occurred trying to connect to a remote source.
Copy file name to clipboardexpand all lines: modules/marketdata/marketdata-core/src/main/java/org/marketcetera/marketdata/core/webservice/MarketDataService.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ long getLastUpdate(@WebParam(name="context")ClientContext inContext,
90
90
* @param inContext a <code>ClientContext</code> value
91
91
* @param inRequestIds a <code>List<Long></code> value
92
92
* @return a <code>Map<Long,LinkedList<Event>></code> value
93
-
* @throws RemoteException
93
+
* @throws RemoteException if an error occurs getting the events
0 commit comments