Browse Source

Make shorter line

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270397 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
c347070e1d
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java

+ 3
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java View File

@@ -46,7 +46,9 @@ public abstract class AbstractConverter
* @return the converted object * @return the converted object
* @exception Exception if an error occurs * @exception Exception if an error occurs
*/ */
public Object convert( final Class destination, final Object original, Context context )
public Object convert( final Class destination,
final Object original,
final Context context )
throws ConverterException throws ConverterException
{ {
if( m_destination != destination ) if( m_destination != destination )


Loading…
Cancel
Save