summaryrefslogtreecommitdiff
path: root/framework/qa/complex/framework/autosave/Protocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/framework/autosave/Protocol.java')
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index 63f1e79fb755..528a4a2a475d 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -272,7 +272,7 @@ public class Protocol extends JComponent
* format this line as a string for writing log files
* using the html format
*/
- public synchronized String toHTML()
+ private synchronized String toHTML()
{
StringBuffer sLine = new StringBuffer(1000);
sLine.append("<tr>");
@@ -716,7 +716,7 @@ public class Protocol extends JComponent
resetStatistics();
}
- public synchronized void resetStatistics()
+ private synchronized void resetStatistics()
{
m_nTestMarks = 0;
m_nWarnings = 0;