Skip to content

Commit

Permalink
Small formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Jan 1, 2024
1 parent 78d4ef5 commit a2b7615
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*/
public class RequirementOneOfException extends RequirementException
{
private static final long serialVersionUID = 796880845020916443L;

public RequirementOneOfException(IOption[] options)
{
super(options);
}

private static final long serialVersionUID = 796880845020916443L;
}

0 comments on commit a2b7615

Please sign in to comment.