Skip to content

Commit

Permalink
Rename the implementation in order that its short name is different o…
Browse files Browse the repository at this point in the history
…f the short name of the interface
  • Loading branch information
gcuisinier committed Dec 31, 2015
1 parent d165dc3 commit bd244fe
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
package impl;

public class MyService extends AbstractService implements test.sonar.api.MyService {
public class MyServiceImpl extends AbstractService implements test.sonar.api.MyService {

@Override
public String echoReverse(String txt) {
Expand Down

0 comments on commit bd244fe

Please sign in to comment.