Skip to content

Commit 32e432e

Browse files
authored
removed comment
1 parent 483af38 commit 32e432e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quickfixj-core/src/main/java/quickfix/Session.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,6 @@ private void nextLogon(Message logon) throws FieldNotFound, RejectLogon, Incorre
21632163
throw new RejectLogon("Logon attempt not within session time");
21642164
}
21652165

2166-
// UseDataDictionary=N dataDictionaryProvider is null
21672166
if (sessionID.isFIXT() && dataDictionaryProvider != null) {
21682167
final DataDictionary dictionary = dataDictionaryProvider
21692168
.getSessionDataDictionary(sessionID.getBeginString());

0 commit comments

Comments
 (0)