File tree Expand file tree Collapse file tree
src/main/java/com/mauriciotogneri/javautils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ or if you use Gradle:
3232``` groovy
3333dependencies
3434{
35- compile 'com.mauriciotogneri:javautils:3.2 .0'
35+ compile 'com.mauriciotogneri:javautils:3.3 .0'
3636}
3737```
Original file line number Diff line number Diff line change 77 <modelVersion >4.0.0</modelVersion >
88 <groupId >com.mauriciotogneri</groupId >
99 <artifactId >javautils</artifactId >
10- <version >3.2 .0</version >
10+ <version >3.3 .0</version >
1111 <name >Java Utils</name >
1212 <packaging >jar</packaging >
1313 <url >https://github.com/mauriciotogneri/java-utils</url >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public class HttpStatus
6565 // 5xx Server Error
6666 public static final Integer INTERNAL_SERVER_ERROR = 500 ;
6767 public static final Integer NOT_IMPLEMENTED_ = 501 ;
68- public static final Integer BAD_GETAWAT = 502 ;
68+ public static final Integer BAD_GATEWAY = 502 ;
6969 public static final Integer SERVICE_UNAVAILABLE = 503 ;
7070 public static final Integer GATEWAY_TIMEOUT = 504 ;
7171 public static final Integer HTTP_VERSION_NOT_SUPPORTED = 505 ;
You can’t perform that action at this time.
0 commit comments