Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4376

MockPageManager touchPage: no guts, no glory

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Duplicate
    • 1.5.4
    • None
    • wicket
    • None
    • all

    Description

      Change:
      public void touchPage(IManageablePage page)
      {
      if (true || page.isPageStateless() == false)

      { pages.put(page.getPageId(), page); }

      }
      to:
      public void touchPage(IManageablePage page)

      { pages.put(page.getPageId(), page); }

      screw your courage to the sticking point and remove the code

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              emberson Richard Emberson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: