Skip to content

Commit

Permalink
#799 removed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatavuk committed May 10, 2018
1 parent 56ac975 commit 7963bc8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 24 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/func/CheckedBiFunc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -30,8 +30,6 @@
/**
* BiFunc that throws exception of specified type.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of input
* @param <Z> Type of output
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/func/CheckedBiProc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -30,8 +30,6 @@
/**
* BiProc that throws exception of specified type.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of input
* @param <E> Exception's type
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/func/CheckedFunc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -29,8 +29,6 @@
/**
* Func that throws exception of specified type.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of output
* @param <E> Exception's type
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/func/CheckedProc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -30,8 +30,6 @@
/**
* Proc that throws exception of specified type.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <E> Exception's type
* @since 0.32
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/func/CheckedBiFuncTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -33,8 +33,6 @@
/**
* Test case for {@link CheckedBiFunc}.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/func/CheckedBiProcTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -34,8 +34,6 @@
/**
* Test case for {@link CheckedBiProc}.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/func/CheckedFuncTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -33,8 +33,6 @@
/**
* Test case for {@link CheckedFunc}.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/func/CheckedProcTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -34,8 +34,6 @@
/**
* Test case for {@link CheckedProc}.
*
* @author Vedran Vatavuk (123vgv@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down

0 comments on commit 7963bc8

Please sign in to comment.