Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Alvaro Ordóñez Romero
/
DAE-aha00026-aor00039
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
93c217ed
authored
Oct 05, 2023
by
Alvaro Ordóñez Romero
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Modificaciones clase usuario y SistemaCarPooling
parent
48cc26e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/main/java/com/carpooling/carpoolingaoraha/entidades/SistemaCarPooling.java
src/main/java/com/carpooling/carpoolingaoraha/entidades/Usuario.java
src/main/java/com/carpooling/carpoolingaoraha/entidades/SistemaCarPooling.java
View file @
93c217ed
...
...
@@ -7,6 +7,7 @@ public class SistemaCarPooling {
private
List
<
Viaje
>
viajes
;
private
List
<
Usuario
>
usuarios
;
public
String
getNombre
()
{
return
nombre
;
}
...
...
src/main/java/com/carpooling/carpoolingaoraha/entidades/Usuario.java
View file @
93c217ed
...
...
@@ -104,7 +104,7 @@ public class Usuario {
}
public
List
<
Viaje
>
buscarViaje
(
String
origen
)
{
List
<
Viaje
>
c
;
List
<
Viaje
>
c
=
null
;
return
c
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment