Skip to content

Commit

Permalink
Changed from implements interface to extends class
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Krapohl committed Oct 2, 2018
1 parent a803243 commit 1282685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
**/

public class ${class-name} implements MetadataRepository {
public class ${class-name} extends MetadataRepository {

public static final BundleUtil UTIL = BundleUtil.getBundleUtil(${class-name}.class);

Expand Down

0 comments on commit 1282685

Please sign in to comment.