Skip to content

Commit 3247ca7

Browse files
provide correct shield url
1 parent 186bf52 commit 3247ca7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Variance
22

3-
![Build Status](https://img.shields.io/github/workflow/status/bldl/java-variance/maven) ![License](https://img.shields.io/github/license/bldl/java-variance)
3+
![Build Status](https://img.shields.io/github/actions/workflow/status/bldl/java-variance/maven.yml) ![License](https://img.shields.io/github/license/bldl/java-variance)
44

55
## Description
66

@@ -102,12 +102,6 @@ There are currently three annotations provided by this project: MyVariance, Cova
102102

103103
MyVariance is the most customizable one, and allows you to experiment with different types of variance. With this one there are several parameters you can provide to specify what variance rules should apply:
104104

105-
INVARIANT,
106-
COVARIANT,
107-
CONTRAVARIANT,
108-
BIVARIANT,
109-
SIDEVARIANT
110-
111105
| Parameter | Description | Possible values |
112106
| ---------- | ------------------------------- | ----------------------------------------------------------- |
113107
| `variance` | Specifies which variance to use | COVARIANT, CONTRAVARIANT, INVARIANT, BIVARIANT, SIDEVARIANT |

0 commit comments

Comments
 (0)