[Pki-devel] [PATCH] 585 Fixed build issues.

Endi Sukma Dewata edewata at redhat.com
Wed Apr 22 23:59:47 UTC 2015


The code has been modified to fix tomcatjss and python-sphinx
issues.

Pushed to master under one-liner/trivial rule.

-- 
Endi S. Dewata
-------------- next part --------------
From 842f340b1ff73e3e8afea750c1cc218c89ed6ad0 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edewata at redhat.com>
Date: Wed, 22 Apr 2015 19:04:32 -0400
Subject: [PATCH] Fixed build issues.

The code has been modified to fix tomcatjss and python-sphinx
issues.
---
 base/common/python/pki/__init__.py                                      | 2 +-
 .../server/tomcat/src/com/netscape/cms/tomcat/NuxwdogPasswordStore.java | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/base/common/python/pki/__init__.py b/base/common/python/pki/__init__.py
index d80e6c6c7076ad81a3ce44c5c93d633d146d2d0d..c383cdb4d29dee7ef1390bd5249be6fd91b6fb35 100644
--- a/base/common/python/pki/__init__.py
+++ b/base/common/python/pki/__init__.py
@@ -372,7 +372,7 @@ class PropertyFile(object):
         :param index: point at which to insert value.
         :type index: int
         :param line: value to be inserted.
-        :type line; str
+        :type line: str
         :return: None
         """
         self.lines.insert(index, line)
diff --git a/base/server/tomcat/src/com/netscape/cms/tomcat/NuxwdogPasswordStore.java b/base/server/tomcat/src/com/netscape/cms/tomcat/NuxwdogPasswordStore.java
index c0d87dffad7bb50d19a68e349a47de25bb745824..33cfc8a85ac45f375867b1cce86f1bb3e1856791 100644
--- a/base/server/tomcat/src/com/netscape/cms/tomcat/NuxwdogPasswordStore.java
+++ b/base/server/tomcat/src/com/netscape/cms/tomcat/NuxwdogPasswordStore.java
@@ -70,7 +70,6 @@ public class NuxwdogPasswordStore implements org.apache.tomcat.util.net.jss.IPas
         }
     }
 
-    @Override
     public String getPassword(String tag, int iteration) {
         if (pwCache.containsKey(tag)) {
             return pwCache.get(tag);
-- 
1.9.3



More information about the Pki-devel mailing list