Skip to content

Commit 49c03c8

Browse files
committed
chore(examples): remove personality insights and fix indentation
1 parent f75bd9f commit 49c03c8

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

examples/src/main/java/com/ibm/watson/assistant/v1/tone_analyzer_integration/ToneDetection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private ToneDetection() {}
5959
* toneAnalyzerPayload
6060
*/
6161
public static Map<String, Object> updateUserTone(
62-
Context context, ToneAnalysis toneAnalyzerPayload, boolean maintainHistory) {
62+
Context context, ToneAnalysis toneAnalyzerPayload, boolean maintainHistory) {
6363

6464
List<ToneScore> emotionTone = new ArrayList<ToneScore>();
6565
List<ToneScore> languageTone = new ArrayList<ToneScore>();

examples/src/main/java/com/ibm/watson/personality_insights/v3/PersonalityInsightsExample.java

-46
This file was deleted.

0 commit comments

Comments
 (0)