1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-18 02:12:06 +01:00

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

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