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:
parent
7d049d0ac4
commit
5cdd68c4cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue