(Link link)
| 391 | } |
| 392 | |
| 393 | @Override |
| 394 | protected boolean isEnabled(Link link) { |
| 395 | return link != null |
| 396 | && FtnTools.getOptionBooleanDefTrue(link, |
| 397 | LinkOption.BOOLEAN_AREAFIX); |
| 398 | } |
| 399 | |
| 400 | @Override |
| 401 | protected String getPasswordOption() { |
nothing calls this directly
no test coverage detected