Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmpt-370-group-project-group26
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Eyan Cunningham (esc568)
cmpt-370-group-project-group26
1d4356f2f1e05e02ebd53f3fe684a8c368e36cc0
cmpt-370-group-project
..
schedulerapp
Model.java
Find file
Normal view
Permalink
Model.java
89 B
Newer
Older
test commit new project
eyan_
committed
3 years ago
1
2
3
package
com.example.schedulerapp
;
public
class
Model
{
combo branch
Mitch Cumpstone (cmc408)
committed
3 years ago
4
Staff
staff
=
new
Staff
();
test commit new project
eyan_
committed
3 years ago
5
}