Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
the hurlers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Herman Andersen Dyrkorn
the hurlers
Commits
6077cdba
Commit
6077cdba
authored
4 years ago
by
Herman Andersen Dyrkorn
Browse files
Options
Downloads
Plain Diff
Merge branch '1-thought-class' into 'master'
Resolve "thought class" Closes
#1
See merge request
!1
parents
d77b49d5
0cb7df0b
Branches
2-create-input-field-and-a-commit-button-2
2-create-input-field-and-a-commit-button-3
Branches containing commit
No related tags found
1 merge request
!1
Resolve "thought class"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sample/Thought.java
+7
-0
7 additions, 0 deletions
src/sample/Thought.java
src/sample/ThoughtManager.java
+7
-0
7 additions, 0 deletions
src/sample/ThoughtManager.java
with
14 additions
and
0 deletions
src/sample/Thought.java
0 → 100644
+
7
−
0
View file @
6077cdba
package
sample
;
public
class
Thought
{
private
String
thoughtText
;
}
This diff is collapsed.
Click to expand it.
src/sample/ThoughtManager.java
0 → 100644
+
7
−
0
View file @
6077cdba
package
sample
;
import
java.util.List
;
public
class
ThoughtManager
{
private
List
<
Thought
>
thoughts
;
}
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