Skip to content

Commit

Permalink
Revert "better jdoc text"
Browse files Browse the repository at this point in the history
This reverts commit 54ed0e4.
  • Loading branch information
Vladsz83 committed Jan 18, 2023
1 parent 54ed0e4 commit 0189031
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 failur of cache creation. */
/** 'MXBean'-named interface to register mx bean at dynamic cache creation to simulate failure. */
public interface UUIDMXBean {

}

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

0 comments on commit 0189031

Please sign in to comment.