Skip to content

Commit d004c6b

Browse files
authored
Merge pull request #3665 from 1c-syntax/translations_docs-contributing-styleguide-md--develop_en
Updates for file docs/contributing/StyleGuide.md in en
2 parents 5b7e7a8 + 16960f4 commit d004c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/contributing/StyleGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To do this, the annotation `@NullMarked` is added above the package name
1313

1414
Example:
1515
```java
16-
// ...license...
16+
// ...License...
1717
@NullMarked
1818
package com.github._1c_syntax.bsl.languageserver;
1919

@@ -24,7 +24,7 @@ To explicitly indicate that a method can accept or return `null`, use the annota
2424

2525
This avoids using the `@org.jspecify.annotations.NonNull` annotation.
2626

27-
The `null` control annotations from the `javax.annotations`, `jakarta.annotations` or `edu.umd.cs.findbugs.annotations` packages are not allowed.
27+
The `null` control annotations from the `javax.annotations`, `jetbrains.annotations` or `edu.umd.cs.findbugs.annotations` packages are not allowed.
2828

2929
## Formatting
3030

0 commit comments

Comments
 (0)