Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
UyTube_obligatorio_PdA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Juan José Álvarez Pérez
UyTube_obligatorio_PdA
Commits
7caee64e
Commit
7caee64e
authored
5 years ago
by
JotaJota96
Browse files
Options
Downloads
Patches
Plain Diff
Aqui vamos otra vez
parent
5418e644
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
UyTube_logica/nbproject/project.properties
+1
-1
1 addition, 1 deletion
UyTube_logica/nbproject/project.properties
UyTube_logica/src/Logica/DatosDePrueba.java
+2
-2
2 additions, 2 deletions
UyTube_logica/src/Logica/DatosDePrueba.java
with
3 additions
and
3 deletions
UyTube_logica/nbproject/project.properties
+
1
−
1
View file @
7caee64e
...
...
@@ -59,7 +59,7 @@ javadoc.splitindex=true
javadoc.use
=
true
javadoc.version
=
false
javadoc.windowtitle
=
main.class
=
Presentacion.frmPrincipal
main.class
=
Logica.DatosDePrueba
manifest.file
=
manifest.mf
meta.inf.dir
=
${src.dir}/META-INF
mkdist.disabled
=
false
...
...
This diff is collapsed.
Click to expand it.
UyTube_logica/src/Logica/DatosDePrueba.java
+
2
−
2
View file @
7caee64e
...
...
@@ -12,9 +12,9 @@ public class DatosDePrueba {
public
static
void
main
(
String
[]
args
)
{
Fabrica
f
=
Fabrica
.
getInstancia
();
usuSys
=
f
.
getIUsuario
();
try
{
usuSys
=
f
.
getIUsuario
();
adminSys
=
f
.
getIAdmin
();
}
catch
(
Exception
e
)
{
System
.
out
.
println
(
"//////////////////////////"
);
System
.
out
.
println
(
e
.
getMessage
());
...
...
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