Skip to content

Commit 6266fea

Browse files
Code updated
1 parent 5f86369 commit 6266fea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Examples/src/Main/OtherComparisonOperations.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ public static void compareDocsFromStringWithTargetExtension(String sourceFile, S
321321
* Compare documents from string with result path and settings
322322
*/
323323
public static void compareDocsFromStringWithSettings(String sourceFile, String targetFile) throws Throwable{
324-
//ExStart:compareDocsFromStringWithTargetExtension
324+
//ExStart:compareDocsFromStringWithSettings
325325
String sourcePath = Main.Utilities.sourcePath + sourceFile;
326326
String targetPath = Main.Utilities.targetPath + targetFile;
327327
Comparison comparison = new Comparison();
328328
InputStream result = comparison.compare(sourcePath, targetPath, new WordsComparisonSettings());
329-
//ExEnd:compareDocsFromStringWithTargetExtension
329+
//ExEnd:compareDocsFromStringWithSettings
330330
}
331331

332332
/*
@@ -418,7 +418,7 @@ public static void compareEncryptedDocsWithResultAndType(String sourceFile, Stri
418418
}
419419

420420
/*
421-
* Compare encypted documents from strings with result path type and target extension
421+
* Compare encrypted documents from strings with result path type and target extension
422422
*/
423423
public static void compareEncryptedDocsWithResultTypeAndTargetExtension(String sourceFile, String targetFile) throws Throwable{
424424
//ExStart:compareEncryptedDocsWithResultTypeAndTargetExtension

0 commit comments

Comments
 (0)