You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Jan Matèrne (JIRA)" <ji...@apache.org> on 2016/05/10 08:36:12 UTC

[jira] [Created] (DELTASPIKE-1142) Documentation wrong: an interface does not implement another interface

Jan Matèrne created DELTASPIKE-1142:
---------------------------------------

             Summary: Documentation wrong: an interface does not implement another interface
                 Key: DELTASPIKE-1142
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1142
             Project: DeltaSpike
          Issue Type: Bug
          Components: Data-Module, Documentation
    Affects Versions: 1.6.1
            Reporter: Jan Matèrne
            Priority: Trivial


https://deltaspike.apache.org/documentation/data.html
In paragraph "Deactivating Repositories" the doc shows two alternatives, an abstract class and an interface. The interface example is wrong:

instead of
public interface PersonRepository implements Deactivatable{

use
public interface PersonRepository extends Deactivatable {

s/implements/extends/
additional blank before curly bracket



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)