Skip to content

Commit

Permalink
Merge pull request #105 from moberwasserlechner/bugfix/schema
Browse files Browse the repository at this point in the history
Allow schema implementation in user projects
  • Loading branch information
kenglxn authored Jun 24, 2018
2 parents 4e4d06c + 2bcfaed commit 651f5ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/java/net/glxn/qrgen/core/scheme/Schema.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
*/
public abstract class Schema {

Schema() {
super();
}

/**
* Parse qr code schema for given code string.
*
Expand Down

0 comments on commit 651f5ca

Please sign in to comment.