I get this syntax error on the closing ; of my last import statement


package com.magicmojo.timelog;

import android.app.Activity;
import java.util.Date;
import android.os.Bundle;
import...