Skip to content

Commit

Permalink
WW-5429 Make DebugUtils final and remove @author JavaDoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalk committed Jun 21, 2024
1 parent b96cf2c commit ba46c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
/**
* ValidationAware classes can accept Action (class level) or field level error messages. Action level messages are kept
* in a Collection. Field level error messages are kept in a Map from String field name to a List of field error msgs.
*
* @author plightbo
*/
public interface ValidationAware {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* @since 6.5.0
*/
public class DebugUtils {
public final class DebugUtils {

public static void notifyDeveloperOfError(Logger log, Object action, String message) {
if (action instanceof TextProvider) {
Expand Down

0 comments on commit ba46c18

Please sign in to comment.