Fix typos
See gh-30773
This commit is contained in:
@@ -191,7 +191,7 @@ class ProjectGenerationRequest {
|
||||
}
|
||||
|
||||
/**
|
||||
* The type of project to generate. Should match one of the advertized type that the
|
||||
* The type of project to generate. Should match one of the advertised type that the
|
||||
* service supports. If not set, the default is retrieved from the service metadata.
|
||||
* @return the project type
|
||||
*/
|
||||
|
||||
@@ -37,7 +37,7 @@ public abstract class CompilerAutoConfiguration {
|
||||
* Strategy method used to determine when compiler auto-configuration should be
|
||||
* applied. Defaults to always.
|
||||
* @param classNode the class node
|
||||
* @return {@code true} if the compiler should be auto configured using this class. If
|
||||
* @return {@code true} if the compiler should be auto-configured using this class. If
|
||||
* this method returns {@code false} no other strategy methods will be called.
|
||||
*/
|
||||
public boolean matches(ClassNode classNode) {
|
||||
|
||||
Reference in New Issue
Block a user