Delete wrong throws JavaDoc declarations

This commit is contained in:
René Pfeuffer
2018-11-08 17:01:57 +01:00
parent 78da8c743f
commit 232e4fc072
8 changed files with 0 additions and 14 deletions

View File

@@ -77,7 +77,6 @@ public class GitOutgoingCommand extends AbstractGitIncomingOutgoingCommand
* @return * @return
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Override @Override
public ChangesetPagingResult getOutgoingChangesets( public ChangesetPagingResult getOutgoingChangesets(

View File

@@ -101,7 +101,6 @@ public class GitPullCommand extends AbstractGitPushOrPullCommand
* @return * @return
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Override @Override
public PullResponse pull(PullCommandRequest request) public PullResponse pull(PullCommandRequest request)

View File

@@ -85,7 +85,6 @@ public class GitPushCommand extends AbstractGitPushOrPullCommand
* @return * @return
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Override @Override
public PushResponse push(PushCommandRequest request) public PushResponse push(PushCommandRequest request)

View File

@@ -151,7 +151,6 @@ public class GitRepositoryViewer
* @return * @return
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
private BranchesModel createBranchesModel(Repository repository) private BranchesModel createBranchesModel(Repository repository)
throws IOException throws IOException

View File

@@ -85,7 +85,6 @@ public class GitBlameCommandTest extends AbstractGitCommandTestBase
* *
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetBlameResult() throws IOException public void testGetBlameResult() throws IOException
@@ -119,7 +118,6 @@ public class GitBlameCommandTest extends AbstractGitCommandTestBase
* *
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetBlameResultWithRevision() public void testGetBlameResultWithRevision()

View File

@@ -61,7 +61,6 @@ public class GitIncomingCommandTest
* *
* @throws GitAPIException * @throws GitAPIException
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetIncomingChangesets() public void testGetIncomingChangesets()
@@ -95,7 +94,6 @@ public class GitIncomingCommandTest
* *
* @throws GitAPIException * @throws GitAPIException
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetIncomingChangesetsWithAllreadyPullChangesets() public void testGetIncomingChangesetsWithAllreadyPullChangesets()
@@ -132,7 +130,6 @@ public class GitIncomingCommandTest
* *
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetIncomingChangesetsWithEmptyRepository() public void testGetIncomingChangesetsWithEmptyRepository()
@@ -156,7 +153,6 @@ public class GitIncomingCommandTest
* *
* @throws GitAPIException * @throws GitAPIException
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
@Ignore @Ignore

View File

@@ -61,7 +61,6 @@ public class GitOutgoingCommandTest extends AbstractRemoteCommandTestBase
* *
* @throws GitAPIException * @throws GitAPIException
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetOutgoingChangesets() public void testGetOutgoingChangesets()
@@ -95,7 +94,6 @@ public class GitOutgoingCommandTest extends AbstractRemoteCommandTestBase
* *
* @throws GitAPIException * @throws GitAPIException
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetOutgoingChangesetsWithAlreadyPushedChanges() public void testGetOutgoingChangesetsWithAlreadyPushedChanges()
@@ -135,7 +133,6 @@ public class GitOutgoingCommandTest extends AbstractRemoteCommandTestBase
* *
* *
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testGetOutgoingChangesetsWithEmptyRepository() public void testGetOutgoingChangesetsWithEmptyRepository()

View File

@@ -61,7 +61,6 @@ public class GitPushCommandTest extends AbstractRemoteCommandTestBase
* *
* @throws GitAPIException * @throws GitAPIException
* @throws IOException * @throws IOException
* @throws RepositoryException
*/ */
@Test @Test
public void testPush() public void testPush()