mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Delete wrong throws JavaDoc declarations
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user