Skip to content
Snippets Groups Projects
Commit 5d04f085 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

camelCase method name

parent 675cf4f3
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ public class FixedAndVariableDatumRoundTripTest ...@@ -86,7 +86,7 @@ public class FixedAndVariableDatumRoundTripTest
private Object waiter = new Object(); private Object waiter = new Object();
@Test @Test
public void TestRoundTrip() public void testRoundTrip()
{ {
PduFactory factory = new PduFactory(); PduFactory factory = new PduFactory();
ActionResponsePdu sentPdu = factory.makeActionResponsePdu(); ActionResponsePdu sentPdu = factory.makeActionResponsePdu();
...@@ -136,6 +136,6 @@ public class FixedAndVariableDatumRoundTripTest ...@@ -136,6 +136,6 @@ public class FixedAndVariableDatumRoundTripTest
public static void main(String[] args) public static void main(String[] args)
{ {
new FixedAndVariableDatumRoundTripTest().TestRoundTrip(); new FixedAndVariableDatumRoundTripTest().testRoundTrip();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment