small fixes to match articles

This commit is contained in:
Loredana
2019-03-17 12:26:00 +02:00
parent b7c1092460
commit f62a8d0f70
15 changed files with 51 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
package com.baeldung;
public interface Consts {
int APPLICATION_PORT = 8082;
int APPLICATION_PORT = 8080;
}