Skip to content

Commit a1ea7f1

Browse files
committed
polishing
1 parent e10c843 commit a1ea7f1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007 the original author or authors.
2+
* Copyright 2002-2009 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,16 +22,18 @@
2222
import javax.xml.transform.stream.StreamResult;
2323

2424
import static org.easymock.EasyMock.*;
25-
import static org.junit.Assert.assertEquals;
26-
import static org.junit.Assert.fail;
25+
import static org.junit.Assert.*;
2726
import org.junit.Before;
2827
import org.junit.Test;
2928

3029
import org.springframework.mock.web.MockHttpServletRequest;
3130
import org.springframework.mock.web.MockHttpServletResponse;
3231
import org.springframework.oxm.Marshaller;
3332

34-
public class MarshallingViewTest {
33+
/**
34+
* @author Arjen Poutsma
35+
*/
36+
public class MarshallingViewTests {
3537

3638
private MarshallingView view;
3739

@@ -135,4 +137,5 @@ public void testRenderUnsupportedModel() throws Exception {
135137
}
136138
verify(marshallerMock);
137139
}
138-
}
140+
141+
}

0 commit comments

Comments
 (0)