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

[jira] [Resolved] (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 ]

Thomas Andraschko resolved DELTASPIKE-1142.
-------------------------------------------
    Resolution: Fixed

> 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.6.2
>
>
> 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)