Skip to content

Commit 3199f29

Browse files
committed
fix javadoc of Configuration.getSupportMessageHandler
1 parent 1c493f3 commit 3199f29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/siemens/pki/cmpracomponent/configuration/Configuration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ default PersistencyInterface getPersistency() {
118118
* generalInfo field or <code>null</code> if no certificate
119119
* profile was specified
120120
* @param infoTypeOid infoType OID extracted from an GENM PKI message
121-
* @return an a handler instance
121+
* @return a handler instance or <code>null</code> if the GENM shall be
122+
* forwarded to the next upstream PKI management entity
122123
*/
123124
SupportMessageHandlerInterface getSupportMessageHandler(String certProfile, String infoTypeOid);
124125

0 commit comments

Comments
 (0)