diff options
| author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-01-25 14:37:07 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-01-25 14:37:07 +0000 | 
| commit | 89991e17038ce3cf67183af62d6e95aa4af31ca3 (patch) | |
| tree | 6e9d9635939e9277f5d80e4b3d3b4ae0facc8587 /bkucommon/src/main/java | |
| parent | ce037a4ee23bbed5e4ba21c1f636c46b0d61c1a3 (diff) | |
| download | mocca-89991e17038ce3cf67183af62d6e95aa4af31ca3.tar.gz mocca-89991e17038ce3cf67183af62d6e95aa4af31ca3.tar.bz2 mocca-89991e17038ce3cf67183af62d6e95aa4af31ca3.zip | |
spelling
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1016 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src/main/java')
| -rw-r--r-- | bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java index c9f7da30..39cdc5c4 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java @@ -596,7 +596,7 @@ public class Signature {    /**     * Adds the XAdES <code>QualifyingProperties</code> as an     * <code>ds:Object</code> and a corresponding <code>ds:Reference</code> to -   * it's <code>SignedProperties</code> element to this Signature. +   * its <code>SignedProperties</code> element to this Signature.     *      * @param objects     *          the list of <code>ds:Objects</code> to add the created @@ -731,7 +731,7 @@ public class Signature {    /**     * Adds the XAdES 1.4 <code>QualifyingProperties</code> as an     * <code>ds:Object</code> and a corresponding <code>ds:Reference</code> to -   * it's <code>SignedProperties</code> element to this Signature. +   * its <code>SignedProperties</code> element to this Signature.     *      * @param objects     *          the list of <code>ds:Objects</code> to add the created | 
