Skip to content

Commit

Permalink
autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Sinivirta authored and Janne Sinivirta committed Mar 27, 2015
1 parent 8c4feca commit 4d3893d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.List;

import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
import static org.junit.Assert.assertThat;

public class DomainClassFinderTest {

Expand All @@ -25,7 +25,6 @@ public void withMultiPackages() throws Exception {
assertThat(classes.size(), is(5));
}


@Test
public void privateConstructor() {
CoverageForPrivateConstructor.giveMeCoverage(DomainClassFinder.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import java.util.ArrayList;
import java.util.List;

import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsInAnyOrder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* this should be ignored by the scanner
*/
@javax.xml.bind.annotation.XmlSchema(namespace = "http://camel.apache.org/schema/spring", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.nitorcreations.testdomain.person;
@javax.xml.bind.annotation.XmlSchema(namespace = "http://camel.apache.org/schema/spring", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package com.nitorcreations.testdomain.person;

0 comments on commit 4d3893d

Please sign in to comment.