Back to project page generalsbuzz.
The source code is released under:
MIT License
If you think the Android project generalsbuzz listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package me.kworden.wlcalendar2.struct; // w w w.ja v a 2 s . c om public class WLEventLinebreak extends WLEvent { public WLEventLinebreak() { title = null; type = WLEventClassifier.LINEBREAK; date = null; location = null; info = null; time = null; } }