Skip to content

Commit

Permalink
W-17053925: carbonapi
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmoineau committed Oct 24, 2024
1 parent 0205e36 commit d110aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ protected void doGet( HttpServletRequest req, HttpServletResponse res )
{
now = Integer.parseInt( nowText );
}
else if (msgpack)
{
now = Integer.parseInt( until );
}

if( json )
{
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.1.63-SNAPSHOT
version=1.1.63-pmoineau.W-17053925-SNAPSHOT
org.gradle.jvmargs=--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED
org.gradle.daemon=true
springbootVersion=3.3.3
Expand Down

0 comments on commit d110aeb

Please sign in to comment.