File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/com/google/inject/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public interface KotlinSupportInterface {
25
25
*/
26
26
Predicate <Integer > getIsParameterKotlinNullablePredicate (Method method );
27
27
28
- /** Checks for any errors on the constructor's parameters's annotations. */
28
+ /** Checks for any errors on the constructor's parameters' annotations. */
29
29
void checkConstructorParameterAnnotations (Constructor <?> constructor , Errors errors );
30
30
31
31
/** Returns whether the {@code clazz} is a local Kotlin class. */
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ _collect_exports_aspect = aspect(
37
37
)
38
38
39
39
def _validate_target_libs_rule_impl (ctx ):
40
- """Validates that the transitive exports of the maven artifacts.
40
+ """Validates the transitive exports of the maven artifacts.
41
41
42
42
If the main maven artifact target exports other targets, those exported targets need to be
43
43
included in the artifact_target_libs, so that they get packaged into the final deployable
You can’t perform that action at this time.
0 commit comments