1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Added assert.

This commit is contained in:
John Cortell 2010-04-22 16:18:34 +00:00
parent 6a1d6ba1d5
commit 4c2c31028a

View file

@ -372,6 +372,7 @@ public class DsfSession
*/
@ThreadSafe
public void dispatchEvent(final Object event, final Dictionary<?,?> serviceProperties) {
assert event != null;
if (DEBUG_SESSION_DISPATCHES) {
String msg = new Formatter().format(
"%s Dispatching event %s to session %s from thread \"%s\" (%d)", //$NON-NLS-1$