Skip to content

Commit 3c5f3cb

Browse files
committed
Javadoc
1 parent e986fff commit 3c5f3cb

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/org/codehaus/plexus/components/secdispatcher/internal

1 file changed

+2
-1
lines changed

src/main/java/org/codehaus/plexus/components/secdispatcher/internal/Dispatcher.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
public interface Dispatcher {
2828
/**
2929
* Configuration key for masterPassword. It may be present, if SecDispatcher could
30-
* obtain it, but presence is not optional.
30+
* obtain it, but presence is optional. Still, dispatcher may throw and fail the operation
31+
* if it requires it.
3132
*/
3233
String CONF_MASTER_PASSWORD = "masterPassword";
3334

0 commit comments

Comments
 (0)