Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdv committed Nov 13, 2024
1 parent 12da00c commit e0b2d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ public final class ExampleDictionary
"\00110=043\001";

public static final String UNKNOWN_TAG_MESSAGE =
"8=FIX.4.4\0019=53\00135=0\001115=abc\00110100=FOO\001116=2\001117=A\00110101=BAR\001127=19700101-00:00:00.001" +
"\00110=043\001";
"8=FIX.4.4\0019=53\00135=0\001115=abc\00110100=FOO\001116=2\001117=A\00110101=BAR" +
"\001127=19700101-00:00:00.001\00110=043\001";

public static final String OUT_OF_RANGE_FLOAT_VALUE_MESSAGE =
"8=FIX.4.4\0019=53\00135=0\001115=abc\001116=2\001117=10000000000000000000000\001" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import org.junit.BeforeClass;
import org.junit.Test;
import uk.co.real_logic.artio.builder.Decoder;
import uk.co.real_logic.artio.builder.UnknownTagVisitor;
import uk.co.real_logic.artio.util.AsciiBuffer;

import java.util.HashMap;

Expand Down

0 comments on commit e0b2d17

Please sign in to comment.