Skip to content

Commit 3d6ced6

Browse files
author
Philipp Kraus
committed
update packages
1 parent ca99e52 commit 3d6ced6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.github.spotbugs</groupId>
133133
<artifactId>spotbugs-annotations</artifactId>
134-
<version>4.0.0-beta3</version>
134+
<version>4.0.0-beta4</version>
135135
<scope>provided</scope>
136136
</dependency>
137137

@@ -484,7 +484,7 @@
484484
<plugin>
485485
<groupId>org.apache.maven.plugins</groupId>
486486
<artifactId>maven-checkstyle-plugin</artifactId>
487-
<version>3.0.0</version>
487+
<version>3.1.0</version>
488488
<dependencies>
489489
<dependency>
490490
<groupId>com.puppycrawl.tools</groupId>

src/main/java/org/lightjason/agentspeak/action/listsettuple/CComplement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* {@code L = .collection/complement( [1,2,3], [3,4,5] );}
4848
*
49-
* @see https://en.wikipedia.org/wiki/Complement_(set_theory)
49+
* @see <a href="https://en.wikipedia.org/wiki/Complement_(set_theory)"></a>
5050
*/
5151
public final class CComplement extends IBaseAction
5252
{

src/main/java/org/lightjason/agentspeak/action/listsettuple/CSymmetricDifference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*
5050
* {@code D = .collection/list/symmetricdifference( [1,2,[3,4]], [7,8,9,4], [[1,2], [3]] );}
5151
*
52-
* @see https://en.wikipedia.org/wiki/Symmetric_difference
52+
* @see <a href="https://en.wikipedia.org/wiki/Symmetric_difference"></a>
5353
*/
5454
public final class CSymmetricDifference extends IBaseAction
5555
{

0 commit comments

Comments
 (0)