Browse Source

remove wrong java doc

tobiasKaminsky 7 years ago
parent
commit
09435b49c9

+ 1 - 2
src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java

@@ -1,4 +1,4 @@
-/**
+/*
  *   Nextcloud Android client application
  *
  *   @author Andy Scherzinger
@@ -151,7 +151,6 @@ public abstract class ToolbarActivity extends BaseActivity {
      * a Drawable object or 0 to remove the background.#
      *
      * @param color The identifier of the color.
-     * @attr ref android.R.styleable#View_background
      */
     public void setProgressBarBackgroundColor(@ColorInt int color) {
         mProgressBar.setBackgroundColor(color);