aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2014-11-12 12:19:16 +0200
committerDamian Minkov <damencho@jitsi.org>2014-11-18 11:29:13 +0200
commit05433fd6c07e2b684f0744c02ed3c6a5bc39a40f (patch)
tree6df297d16cc3b7f333a20281deafb6c0937dfbd9 /src/net/java/sip/communicator/service
parent30dba054ccca60efe950d9066587cc78ef2e521d (diff)
downloadjitsi-05433fd6c07e2b684f0744c02ed3c6a5bc39a40f.zip
jitsi-05433fd6c07e2b684f0744c02ed3c6a5bc39a40f.tar.gz
jitsi-05433fd6c07e2b684f0744c02ed3c6a5bc39a40f.tar.bz2
Formatting.
Diffstat (limited to 'src/net/java/sip/communicator/service')
-rw-r--r--src/net/java/sip/communicator/service/history/HistoryWriter.java21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/net/java/sip/communicator/service/history/HistoryWriter.java b/src/net/java/sip/communicator/service/history/HistoryWriter.java
index 23844fb..3d952b3 100644
--- a/src/net/java/sip/communicator/service/history/HistoryWriter.java
+++ b/src/net/java/sip/communicator/service/history/HistoryWriter.java
@@ -15,8 +15,8 @@ import net.java.sip.communicator.service.history.records.*;
* @author Alexander Pelov
* @author Hristo Terezov
*/
-public interface HistoryWriter {
-
+public interface HistoryWriter
+{
/**
* Stores the passed record complying with the historyRecordStructure.
*
@@ -25,7 +25,8 @@ public interface HistoryWriter {
*
* @throws IOException
*/
- void addRecord(HistoryRecord record) throws IOException;
+ public void addRecord(HistoryRecord record)
+ throws IOException;
/**
* Stores the passed propertyValues complying with the
@@ -36,7 +37,8 @@ public interface HistoryWriter {
*
* @throws IOException
*/
- void addRecord(String[] propertyValues) throws IOException;
+ public void addRecord(String[] propertyValues)
+ throws IOException;
/**
* Stores the passed propertyValues complying with the
@@ -64,7 +66,8 @@ public interface HistoryWriter {
*
* @throws IOException
*/
- void addRecord(String[] propertyValues, Date timestamp) throws IOException;
+ public void addRecord(String[] propertyValues, Date timestamp)
+ throws IOException;
/**
* Updates a record by searching for record with idProperty which have idValue
@@ -75,8 +78,9 @@ public interface HistoryWriter {
* @param property the property to change
* @param newValue the value of the changed property.
*/
- public void updateRecord(String idProperty, String idValue,
- String property, String newValue) throws IOException;
+ public void updateRecord(
+ String idProperty, String idValue, String property, String newValue)
+ throws IOException;
/**
* Updates history record using given <tt>HistoryRecordUpdater</tt> instance
@@ -84,7 +88,8 @@ public interface HistoryWriter {
* the fields
* @param updater the <tt>HistoryRecordUpdater</tt> instance.
*/
- public void updateRecord(HistoryRecordUpdater updater) throws IOException;
+ public void updateRecord(HistoryRecordUpdater updater)
+ throws IOException;
/**
* This interface is used to find a history record to update and to get the