Skip to content

Commit

Permalink
minor formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Nov 15, 2014
1 parent 7327cde commit d5f3c84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import org.junit.Test;


public class JavaReadFromFileTest {

@Test
Expand Down
2 changes: 0 additions & 2 deletions mockito/src/test/java/org/baeldung/mockito/MyDictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.util.HashMap;
import java.util.Map;


public class MyDictionary {
Map<String, String> wordMap;

Expand All @@ -19,4 +18,3 @@ public String getMeaning(final String word) {
return wordMap.get(word);
}
}

0 comments on commit d5f3c84

Please sign in to comment.