Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Entrega_javcalv_victorm
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
javcalv
Entrega_javcalv_victorm
Commits
576f7b69
Commit
576f7b69
authored
Oct 24, 2024
by
victorm
Browse files
Options
Downloads
Patches
Plain Diff
Muelle
parent
54a8289a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/es/markse/Muelle.java
+2
-7
2 additions, 7 deletions
src/es/markse/Muelle.java
src/es/markse/Puerto.java
+0
-1
0 additions, 1 deletion
src/es/markse/Puerto.java
uses/es/markse/UsaPuerto.java
+1
-1
1 addition, 1 deletion
uses/es/markse/UsaPuerto.java
with
3 additions
and
9 deletions
src/es/markse/Muelle.java
+
2
−
7
View file @
576f7b69
...
...
@@ -35,9 +35,4 @@ public class Muelle {
public
int
getplazasTotalesMuelle
()
{
return
this
.
plazasTotalesMuelle
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/es/markse/Puerto.java
+
0
−
1
View file @
576f7b69
...
...
@@ -17,5 +17,4 @@ public class Puerto {
private
String
identificador
;
private
List
<
Muelle
>
muelles
=
new
ArrayList
<>();
}
This diff is collapsed.
Click to expand it.
uses/es/markse/UsaPuerto.java
+
1
−
1
View file @
576f7b69
/**
* Copyrig
t
h UVa 2024/2025
* Copyrigh
t
UVa 2024/2025
*/
package
es.markse
;
...
...
...
...
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
sign in
to comment