Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Commit

Permalink
Added missing semicolon in Person.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed Sep 28, 2010
1 parent 5f99587 commit 288e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/offbytwo/beanhelpers/test/Person.java
@@ -1,6 +1,6 @@
package offbytwo.beanhelpers.test; package offbytwo.beanhelpers.test;


import java.math.BigInteger import java.math.BigInteger;


public class Person { public class Person {
private String name; private String name;
Expand Down

0 comments on commit 288e2e4

Please sign in to comment.