From 229792f64251dd7ca9510e52743128228958bb85 Mon Sep 17 00:00:00 2001
From: Ahmed Ashour {@link Container.Indexed}
interface
* with all important features.
- *
* * Features: *
* Custom converters can be provided by extending this class and using
* {@link VaadinSession#setConverterFactory(ConverterFactory)}.
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/Calendar.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/Calendar.java
index 259de0d0ad..0fea65ebce 100644
--- a/compatibility-server/src/main/java/com/vaadin/v7/ui/Calendar.java
+++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/Calendar.java
@@ -783,7 +783,7 @@ public class Calendar extends AbstractLegacyComponent
}
/**
- * Example: setTimeFormat(TimeFormat.Format12H);
+ * Example: setTimeFormat(TimeFormat.Format12H);
* Set to null, if you want the format being defined by the locale.
*
* @param format
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEvent.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEvent.java
index cfc3d44c1f..8f3f47060d 100644
--- a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEvent.java
+++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEvent.java
@@ -69,13 +69,13 @@ public interface CalendarEvent extends Serializable {
* Gets style name of event. In the client, style name will be set to the
* event's element class name and can be styled by CSS
*
Java code:
+ * Styling example:
+ * Java code:
* event.setStyleName("color1");
- *
- * CSS:
- * .v-calendar-event-color1 {
- * background-color: #9effae;}
+ *
+ * CSS:
+ * .v-calendar-event-color1 {
+ * background-color: #9effae;
}
*
* @return Style name.
*/
--
cgit v1.2.3