Removes final atribute from Event fields. Fixes a bug when setting the date
[unical.git] / src / ro / ieval / unical / TrivialFragment.java
index 9486f831b042619702e0f1a0c9fa37b0aa364130..e578abf05c107ca76a2a9371c5cbb87501d0f2a2 100644 (file)
@@ -1,6 +1,8 @@
 package ro.ieval.unical;
 
+import android.app.ActionBar;
 import android.app.Fragment;
+import android.app.FragmentTransaction;
 import android.os.Bundle;
 import android.view.LayoutInflater;
 import android.view.View;
@@ -38,7 +40,7 @@ public final class TrivialFragment extends Fragment {
                                break;
                        default:
                        }
-               }
+        }
 
                @Override public void onNothingSelected(final AdapterView<?> arg0) { /* do nothing */   }
        }
This page took 0.009483 seconds and 4 git commands to generate.