We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51b1df commit 1ef6419Copy full SHA for 1ef6419
http-generator-core/src/main/java/io/avaje/http/generator/core/ProcessingContext.java
@@ -33,7 +33,7 @@ public class ProcessingContext {
33
34
public ProcessingContext(ProcessingEnvironment env, PlatformAdapter readAdapter) {
35
36
- this.readAdapter = readAdapter;
+ this.readAdapter = readAdapter;
37
this.messager = env.getMessager();
38
this.filer = env.getFiler();
39
this.elements = env.getElementUtils();
0 commit comments