Add documentation to ListProfilesImpl

This commit is contained in:
Paul Schaub 2023-05-16 16:49:50 +02:00
parent 7d049d0ac4
commit 5cdd68c4cc
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ import sop.Profile;
import sop.exception.SOPGPException;
import sop.operation.ListProfiles;
/**
* Implementation of the <pre>list-profiles</pre> operation using PGPainless.
*
*/
public class ListProfilesImpl implements ListProfiles {
@Override