Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-253

Typo in documentation for Wink 1.0 from Apache incubator website (it has ScopeType.SINGELTON instead of ScopeType.SINGLETON)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0
    • 1.1
    • Documentation
    • None

    Description

      There is typo in the documentation for Wink 1.0 from the Apache incubator website:
      http://incubator.apache.org/wink/1.0/html/7%20Apache%20Wink%20Representations.html

      In the Singleton example 1 its written:

      @Scope(ScopeType.SINGELTON)
      @Provider
      public class MyProvider implements MessageBodyReader<String>{
      ...
      }

      should be:

      @Scope(ScopeType.SINGLETON)
      @Provider
      public class MyProvider implements MessageBodyReader<String>{
      ...
      }

      Attachments

        Activity

          People

            bluk Bryant Luk
            hsaputra Henry Saputra
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: