-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPMRPP-96944 || Add tracking event when user changes instance invitation settings #2105
Conversation
@@ -32,6 +32,8 @@ private ActivityDetailsUtil() { | |||
} | |||
|
|||
public static final String NAME = "name"; | |||
|
|||
public static final String VALUE = "value"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
@@ -32,6 +32,8 @@ | |||
} | |||
|
|||
public static final String NAME = "name"; | |||
|
|||
public static final String VALUE = "value"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'member def modifier' has incorrect indentation level 8, expected level should be 2.
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
package com.epam.ta.reportportal.core.events.activity; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'package' should be separated from previous line.
import com.epam.ta.reportportal.entity.activity.EventPriority; | ||
import com.epam.ta.reportportal.entity.activity.EventSubject; | ||
|
||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary javadoc is missing.
No description provided.