Skip to content

AndroidUIDemo contains incomplete Javadoc #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zachlatta opened this issue Jan 3, 2013 · 1 comment
Closed

AndroidUIDemo contains incomplete Javadoc #3

zachlatta opened this issue Jan 3, 2013 · 1 comment

Comments

@zachlatta
Copy link

AndroidUIDemo contains incomplete Javadocs.

Here's an example from DotView:

/**
 * @param context
 * @param attrs
 * @param defStyle
 */
public DotView(Context context, AttributeSet attrs, int defStyle)
{
    super(context, attrs, defStyle);
    setFocusableInTouchMode(true);
}
@bmeike
Copy link
Owner

bmeike commented Jan 11, 2013

Yes, you are right. It does.

@bmeike bmeike closed this as completed Jan 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants