extracting common classes to another project

This commit is contained in:
Sergey Solovyev
2012-01-15 02:03:31 +04:00
parent 58500d58d3
commit 495ce8a8e6
17 changed files with 24 additions and 55 deletions

View File

@@ -13,6 +13,7 @@ import junit.framework.Assert;
import org.junit.Test;
import org.solovyev.android.calculator.model.CalculatorEngine;
import org.solovyev.android.calculator.model.TextProcessor;
import org.solovyev.android.calculator.view.TextHighlighter;
import java.util.Date;
import java.util.Random;