Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
casionone committed Jun 23, 2022
1 parent b476ffe commit aceab4f
Showing 1 changed file with 9 additions and 7 deletions.
Expand Up @@ -17,14 +17,16 @@

package org.apache.linkis.manager.common.entity.enumeration;

/**
* Engine remains unreleased type
*
* <pre>
* Default: automatic release;
* day: keep one engine during working hours from 9:00 to 21:00;
* week: weekdays Monday to Friday keep one engine;
* </pre>
*/
public enum MaintainType {

/**
* Engine remains unreleased type
* Default: automatic release;
* day: keep one engine during working hours from 9:00 to 21:00
* week: weekdays Monday to Friday keep one engine
*/
Default,
day,
week
Expand Down

0 comments on commit aceab4f

Please sign in to comment.