[jira] [Created] (IGNITE-12051) Update javadoc for the IgniteKernal class

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12051) Update javadoc for the IgniteKernal class

Anton Vinogradov (Jira)
Maxim Muzafarov created IGNITE-12051:
----------------------------------------

             Summary: Update javadoc for the IgniteKernal class
                 Key: IGNITE-12051
                 URL: https://issues.apache.org/jira/browse/IGNITE-12051
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov


Update all ambiguous an empty javadoc comments, such as:

{code}
/** */

/** Periodic starvation check interval. */
private static final long PERIODIC_STARVATION_CHECK_FREQ = 1000 * 30;

/** Long jvm pause detector. */
private LongJVMPauseDetector longJVMPauseDetector;

/** Scheduler. */
    private IgniteScheduler scheduler;

/** Stop guard. */
    private final AtomicBoolean stopGuard = new AtomicBoolean();
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)