langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/FailOverExecutionControlProvider.java
equal
deleted
inserted
replaced
35 import jdk.jshell.spi.ExecutionControlProvider; |
35 import jdk.jshell.spi.ExecutionControlProvider; |
36 import jdk.jshell.spi.ExecutionEnv; |
36 import jdk.jshell.spi.ExecutionEnv; |
37 |
37 |
38 /** |
38 /** |
39 * Tries other providers in sequence until one works. |
39 * Tries other providers in sequence until one works. |
|
40 * |
|
41 * @since 9 |
40 */ |
42 */ |
41 public class FailOverExecutionControlProvider implements ExecutionControlProvider{ |
43 public class FailOverExecutionControlProvider implements ExecutionControlProvider{ |
42 |
44 |
43 private Logger logger = null; |
45 private Logger logger = null; |
44 |
46 |