Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-1142

Documentation wrong: an interface does not implement another interface

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.6.1
    • 1.7.0
    • Data-Module, Documentation
    • None

    Description

      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

      Attachments

        Activity

          People

            tandraschko Thomas Andraschko
            jhm Jan Materne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: