mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 17:32:06 +01:00
Add todos
This commit is contained in:
parent
d163a2b0a6
commit
3a994625e9
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,8 @@ public class Network {
|
||||||
/**
|
/**
|
||||||
* Return all edges of the {@link Network}, indexed by the {@link OpenPgpFingerprint fingerprint} of the issuer.
|
* Return all edges of the {@link Network}, indexed by the {@link OpenPgpFingerprint fingerprint} of the issuer.
|
||||||
* An edge consists of a {@link CertificationSet} containing all signatures made by the issuer on the target.
|
* An edge consists of a {@link CertificationSet} containing all signatures made by the issuer on the target.
|
||||||
|
* TODO: Do we care about immutability, or can we ignore that issue since Network is only used by
|
||||||
|
* WebOfTrust anyways?
|
||||||
*
|
*
|
||||||
* @return map of edges
|
* @return map of edges
|
||||||
*/
|
*/
|
||||||
|
@ -85,6 +87,8 @@ public class Network {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all reversed edges of the {@link Network}, indexed by the {@link OpenPgpFingerprint fingerprint} of the target.
|
* Return all reversed edges of the {@link Network}, indexed by the {@link OpenPgpFingerprint fingerprint} of the target.
|
||||||
|
* TODO: Do we care about immutability, or can we ignore that issue since Network is only used by
|
||||||
|
* WebOfTrust anyways?
|
||||||
*
|
*
|
||||||
* @return map of reversed edges
|
* @return map of reversed edges
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue