Skip to content

Commit

Permalink
Compliance level altered from 1.8 to 1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhcopetti committed May 17, 2015
1 parent 05cf944 commit a55c408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_45"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions src/com/copetti/core/TestXMLSax.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public class TestXMLSax extends DefaultHandler {

public static void main(String[] args) throws Exception {

StringBuffer accumulator = new StringBuffer();
Map<String, String> map = new HashMap<String, String>();
final StringBuffer accumulator = new StringBuffer();
final Map<String, String> map = new HashMap<String, String>();

DefaultHandler dh = new DefaultHandler() {
@Override
Expand Down

0 comments on commit a55c408

Please sign in to comment.