Skip to content

Commit 66d571c

Browse files
committed
chore: Update java-pr-check.yml and README.md
1 parent 22aa323 commit 66d571c

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.idea/sonarlint/issuestore/6/d/6d7e0794b4bcc592eaba286aa7557da83ba765a5

Whitespace-only changes.

.idea/sonarlint/issuestore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sonarlint/securityhotspotstore/6/d/6d7e0794b4bcc592eaba286aa7557da83ba765a5

Whitespace-only changes.

.idea/sonarlint/securityhotspotstore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ public class Main {
8181
### CpfValidator
8282

8383
```java
84-
import io.github.multiform_validator.CpfValidator;
84+
// You can also import the method as static or use the full path
85+
86+
import static io.github.multiform_validator.CpfValidator.cpfIsValid;
8587

8688
public class Main {
8789
public static void main(String[] args) {

0 commit comments

Comments
 (0)