You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2016/06/19 23:10:06 UTC

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

     [ https://issues.apache.org/jira/browse/DELTASPIKE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John D. Ament closed DELTASPIKE-1142.
-------------------------------------

> 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
>            Assignee: Thomas Andraschko
>            Priority: Trivial
>             Fix For: 1.7.0
>
>
> 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)