gregh3269 commented on PR #610:
URL: https://github.com/apache/struts/pull/610#issuecomment-1271346962

   Coveralls thingy
   
   GetAsStringTag
   from: private GetAsStringModel model = new GetAsStringModel());
   to: private GetAsStringModel model = new GetAsStringModel(new 
DefaultAttributeResolver());
   
   and then remove change:
   GetAsStringModel:
    /**
        * Constructor that uses the defaut attribute resolver.
        *
        * @since 3.0.0
        */
       public GetAsStringModel() {
           this(new DefaultAttributeResolver());
       }
   It does not say why it does not like the constructor?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to