Skip to content

Commit

Permalink
better jdoc text
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladsz83 committed Jan 18, 2023
1 parent 625223a commit 54ed0e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,13 +897,13 @@ public int getValue() {
}
}

/** 'MXBean'-named interface to register mx bean at dynamic cache creation to simulate failure. */
/** 'MXBean'-named interface to register mx bean at dynamic cache creation to simulate failur of cache creation. */
public interface UUIDMXBean {

}

/**
* Empty filter used to register mxbean at dynamic cache creation to simalate failure.
* Empty filter used to register mxbean at dynamic cache creation to simalate failure of cache creation.
*/
public static class AnyNodeMXFilter implements IgnitePredicate<ClusterNode>, UUIDMXBean {
/** {@inheritDoc} */
Expand Down

0 comments on commit 54ed0e4

Please sign in to comment.