Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / android-tutorial-5 / src / com / lamerman / FileDialog.java
@@ -2,10 +2,10 @@
 //
 // Copyright (c) 2011, 2012, Alexander Ponomarev <alexander.ponomarev.1@gmail.com>
 // All rights reserved.
-// 
+//
 // Redistribution and use in source and binary forms, with or without modification,
 // are permitted provided that the following conditions are met:
-// 
+//
 // Redistributions of source code must retain the above copyright notice, this list
 // of conditions and the following disclaimer. Redistributions in binary form must
 // reproduce the above copyright notice, this list of conditions and the following
@@ -49,9 +49,9 @@ import com.gst_sdk_tutorials.tutorial_5.R;
 
 /**
  * Activity para escolha de arquivos/diretorios.
- * 
+ *
  * @author android
- * 
+ *
  */
 public class FileDialog extends ListActivity {