You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Thomas Vandahl <tv...@apache.org> on 2019/07/30 19:27:14 UTC

Re: svn commit: r1864012 - in /turbine/fulcrum/trunk/commonsemail: ./ src/java/org/apache/fulcrum/commonsemail/ src/java/org/apache/fulcrum/commonsemail/impl/ src/test/ src/test/org/apache/fulcrum/commonsemail/

On 30.07.19 17:14, gk@apache.org wrote:
> Modified: turbine/fulcrum/trunk/commonsemail/src/java/org/apache/fulcrum/commonsemail/impl/CommonsEmailUtils.java
> URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/commonsemail/src/java/org/apache/fulcrum/commonsemail/impl/CommonsEmailUtils.java?rev=1864012&r1=1864011&r2=1864012&view=diff
> ==============================================================================
> --- turbine/fulcrum/trunk/commonsemail/src/java/org/apache/fulcrum/commonsemail/impl/CommonsEmailUtils.java (original)
> +++ turbine/fulcrum/trunk/commonsemail/src/java/org/apache/fulcrum/commonsemail/impl/CommonsEmailUtils.java Tue Jul 30 15:14:39 2019
> @@ -19,10 +19,9 @@ package org.apache.fulcrum.commonsemail.
>   * under the License.
>   */
>  
> -import org.omg.CORBA_2_3.portable.InputStream;
> -
>  import java.io.File;
>  import java.io.FileOutputStream;
> +import java.io.InputStream;

This looks like an import problem in the first place. I'm surprised that
this ever worked.

Bye, Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org