Skip to content

Commit fffc6d9

Browse files
committed
chore: release 0.0.3
1 parent 7ab4993 commit fffc6d9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release:
2-
current-version: "0.0.2"
3-
next-version: "0.0.3-SNAPSHOT"
2+
current-version: "0.0.3"
3+
next-version: "0.0.4-SNAPSHOT"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 0.0.2
1+
:project-version: 0.0.3
22

33
:examples-dir: ./../examples/

runtime/src/main/java/net/laprun/sustainability/power/quarkus/runtime/ServerSampler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import java.net.URI;
55
import java.time.Duration;
66
import java.util.Arrays;
7-
import java.util.function.BiConsumer;
87
import java.util.function.Consumer;
98

109
import jakarta.ws.rs.ProcessingException;
@@ -33,7 +32,6 @@ public class ServerSampler implements Sampler {
3332
private static final long pid = ProcessHandle.current().pid();
3433
private Consumer<PowerMeasure> completed;
3534
private Consumer<Throwable> errorHandler;
36-
private BiConsumer<Integer, PowerMeasure> sampled;
3735

3836
@ConfigProperty(name = "power-server.url", defaultValue = "http://localhost:20432")
3937
URI powerServerURI;

0 commit comments

Comments
 (0)