mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-22 10:57:58 +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.exception.SOPGPException;
|
||||||
import sop.operation.ListProfiles;
|
import sop.operation.ListProfiles;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Implementation of the <pre>list-profiles</pre> operation using PGPainless.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class ListProfilesImpl implements ListProfiles {
|
public class ListProfilesImpl implements ListProfiles {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue