Author: mareshkau
Date: 2008-08-05 03:54:36 -0400 (Tue, 05 Aug 2008)
New Revision: 9509
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java
Log:
code adjustment, throws declaration of IllegalArgumentException was removed
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java 2008-08-05
07:13:20 UTC (rev 9508)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java 2008-08-05
07:54:36 UTC (rev 9509)
@@ -258,7 +258,7 @@
* @return offcet in document
* @throws IllegalArgumentException
*/
- public static final int getLinePositionOffcet(ITextViewer textViewer, int lineIndex, int
linePosition) throws IllegalArgumentException {
+ public static final int getLinePositionOffcet(ITextViewer textViewer, int lineIndex, int
linePosition) {
int resultOffcet = 0;
Show replies by date