Skip to content

Commit

Permalink
Small comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JuicyDragon committed Oct 26, 2018
1 parent 7f2d62b commit 12bf67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public class AnnotationHistoryRepository implements Closeable{
/***
* Creates a new instance against the given and database file. If the database file does not
* already exist it will be created and initialized.
* @param nuixCase The case to record from or sync to
* @param databaseFile The database file to record annotations to or playback annotations from
* @throws SQLException If the SQL bits throw an error
*/
Expand All @@ -190,7 +189,6 @@ public AnnotationHistoryRepository(File databaseFile) throws SQLException{
/***
* Creates a new instance against the given and database file. If the database file does not
* already exist it will be created and initialized.
* @param nuixCase The case to record from or sync to
* @param databaseFile The database file to record annotations to or playback annotations from
* @throws SQLException If the SQL bits throw an error
*/
Expand Down Expand Up @@ -705,6 +703,8 @@ public DateTime calculateLastDbEventStart() throws SQLException{
* query the Nuix case history for all further events started after that point, effectively obtaining and recording all new
* event history entries not yet recorded in this database.
*
* @param nuixCase The case to record history events from
* @param settings The settings which determine how the sync is performed
* @throws IOException If there is an error: creating snapshot, getting case history or converting items into bitamp byte array for DB
* @throws SQLException If the SQL bits throw an error
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* NUIX MAKES NO EXPRESS OR IMPLIED REPRESENTATIONS OR WARRANTIES WITH RESPECT TO THIS CODE (INCLUDING BUT NOT LIMITED
* TO ANY WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, OR SUITABILITY FOR
* CUSTOMER’S REQUIREMENTS). WITHOUT LIMITING THE FOREGOING, NUIX DOES NOT WARRANT THAT THIS CODE WILL MEET CUSTOMER’S
* REQUIREMENTS OR THAT ANY USE OF THIS CODE WILL BE ERROR-FREE OR THAT ANY ERRORS OR DEFECTS IN THIS CODE WILL BE CORRECTED.
* THIS CODE IS PROVIDED TO CUSTOMER ON AN “AS IS” AND “AS AVAILABLE” BASIS AND FOR COMMERCIAL USE ONLY. CUSTOMER IS RESPONSIBLE
* FOR DETERMINING WHETHER ANY INFORMATION GENERATED FROM USE OF THIS CODE IS ACCURATE AND SUFFICIENT FOR CUSTOMER’S PURPOSES.
*/
package com.nuix.superutilities.misc;

import java.lang.Package;
Expand Down

0 comments on commit 12bf67a

Please sign in to comment.