()
| 44 | public PromptProvider promptProvider() { |
| 45 | return new PromptProvider() { |
| 46 | @Override |
| 47 | public AttributedString getPrompt() { |
| 48 | return new AttributedString("root$ >", |
| 49 | AttributedStyle.HIDDEN_OFF.foreground(AttributedStyle.BLACK)); |
| 50 | } |
| 51 | }; |
| 52 | } |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected