Skip to content

Commit

Permalink
8163266: Doc for ValidationEvent#getSeverity() should say it returns …
Browse files Browse the repository at this point in the history
…a constant from ValidationEvent instead of ValidationError

Reviewed-by: rriggs
  • Loading branch information
Abhijit Roy authored and Roger Riggs committed Aug 8, 2016
1 parent 2e5d326 commit 2a26d2b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -60,8 +60,8 @@ public interface ValidationEvent {
* Retrieve the severity code for this warning/error.
*
* <p>
* Must be one of {@code ValidationError.WARNING},
* {@code ValidationError.ERROR}, or {@code ValidationError.FATAL_ERROR}.
* Must be one of {@code ValidationEvent.WARNING},
* {@code ValidationEvent.ERROR}, or {@code ValidationEvent.FATAL_ERROR}.
*
* @return the severity code for this warning/error
*/
Expand Down

0 comments on commit 2a26d2b

Please sign in to comment.