Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
restmembox
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Memory Box
restmembox
Commits
aa040961
"scripts/build-frameworks.sh" did not exist on "05763bee949ef2db7b28d79b3791a0e34e54682d"
Commit
aa040961
authored
7 years ago
by
stendler
Browse files
Options
Downloads
Patches
Plain Diff
add tone attribute to memory
parent
2410f478
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/fuberlin/imp/memorybox/restmembox/model/Memory.java
+1
-1
1 addition, 1 deletion
...va/de/fuberlin/imp/memorybox/restmembox/model/Memory.java
with
1 addition
and
1 deletion
src/main/java/de/fuberlin/imp/memorybox/restmembox/model/Memory.java
+
1
−
1
View file @
aa040961
...
...
@@ -26,7 +26,7 @@ public class Memory {
private
byte
[]
voice
;
private
String
voiceText
;
// enum
tone
private
Tone
tone
;
private
byte
[]
image
;
private
String
note
;
// optional Text
private
Weather
weather
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment