Description

    Incorrect:

    import static com.liferay.portal.kernel.util.ActionKeys.UPDATE;
    
    ...
    
    doSomething(UPDATE);
    

    Correct:

    import com.liferay.portal.kernel.util.ActionKeys;
    
    ...
    
    doSomething(ActionKeys.UPDATE);
    

    Attachments

      Activity

        People

          support-qa Support QA
          hugo.huijser Hugo Huijser (Inactive)
          Kiyoshi Lee Kiyoshi Lee
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved:

            Packages

              Version Package
              7.0.0 DXP FP47
              7.0.0 DXP SP8
              7.1.X
              Master