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)