Commit ae56e69 1 parent c9704e7 commit ae56e69 Copy full SHA for ae56e69
File tree 2 files changed +7
-2
lines changed
flow-webpush/src/main/java/com/vaadin/flow/server/webpush
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 78
78
<artifactId >vaadin-spring</artifactId >
79
79
<version >${project.version} </version >
80
80
</dependency >
81
+ <dependency >
82
+ <groupId >com.vaadin</groupId >
83
+ <artifactId >flow-webpush</artifactId >
84
+ <version >${project.version} </version >
85
+ </dependency >
81
86
</dependencies >
82
87
</dependencyManagement >
83
88
</project >
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ public class WebPush {
65
65
private String publicKey ;
66
66
67
67
private final SerializableConsumer <String > errorHandler = err -> {
68
- throw new RuntimeException ("Unable to retrieve extended "
69
- + "client details . JS error is '" + err + "'" );
68
+ throw new RuntimeException ("Unable to execute web push "
69
+ + "command . JS error is '" + err + "'" );
70
70
};
71
71
72
72
/**
You can’t perform that action at this time.
0 commit comments