mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
Fix some typos in Guice comments.
PiperOrigin-RevId: 571969961
This commit is contained in:
@@ -25,7 +25,7 @@ public interface KotlinSupportInterface {
|
||||
*/
|
||||
Predicate<Integer> getIsParameterKotlinNullablePredicate(Method method);
|
||||
|
||||
/** Checks for any errors on the constructor's parameters's annotations. */
|
||||
/** Checks for any errors on the constructor's parameters' annotations. */
|
||||
void checkConstructorParameterAnnotations(Constructor<?> constructor, Errors errors);
|
||||
|
||||
/** Returns whether the {@code clazz} is a local Kotlin class. */
|
||||
|
||||
@@ -37,7 +37,7 @@ _collect_exports_aspect = aspect(
|
||||
)
|
||||
|
||||
def _validate_target_libs_rule_impl(ctx):
|
||||
"""Validates that the transitive exports of the maven artifacts.
|
||||
"""Validates the transitive exports of the maven artifacts.
|
||||
|
||||
If the main maven artifact target exports other targets, those exported targets need to be
|
||||
included in the artifact_target_libs, so that they get packaged into the final deployable
|
||||
|
||||
Reference in New Issue
Block a user