Skip to content

Commit

Permalink
Add missing attribution comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Apr 11, 2024
1 parent 0cffb38 commit 3867764
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
import io.quarkus.runtime.LaunchMode;
import io.quarkus.vertx.http.deployment.RouteBuildItem;

/**
* Adapted from
* https://github.com/quarkiverse/quarkus-web-bundler/blob/298c2f07e5346b4011332b9fe6ed15ede12e9d1b/deployment/src/main/java/io/quarkiverse/web/bundler/deployment/web/GeneratedWebResourcesProcessor.java
*/
public class GeneratedWebResourcesProcessor {
private static final Logger LOGGER = Logger.getLogger(GeneratedWebResourcesProcessor.class);

Expand Down

0 comments on commit 3867764

Please sign in to comment.