Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Jan 15, 2024
2 parents 75e0640 + d80fd9f commit d932f03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
public class INOnFailAnnotation extends INAnnotation
{
private static final long serialVersionUID = 1L;
private final String format;
private final INAnnotationList doclinks; // INDocLinkAnnotations
protected final String format;
protected final INAnnotationList doclinks; // INDocLinkAnnotations

public INOnFailAnnotation(TCIdentifierToken name, INExpressionList args, String format, INAnnotationList doclinks)
{
Expand Down

0 comments on commit d932f03

Please sign in to comment.