diff options
author | Artur <artur@vaadin.com> | 2016-12-14 09:47:45 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-14 09:47:45 +0200 |
commit | 5951c9f2558f267826ce8f6350a1df9c1fd7e646 (patch) | |
tree | 66011bb9d5ecbc6536a854fde1c429e0b2e979b2 /server | |
parent | 716ec03be1f2c73b564d6c16edd4139ee73ffa30 (diff) | |
download | vaadin-framework-5951c9f2558f267826ce8f6350a1df9c1fd7e646.tar.gz vaadin-framework-5951c9f2558f267826ce8f6350a1df9c1fd7e646.zip |
Replace non-breaking spaces with space (#7957)
Diffstat (limited to 'server')
9 files changed, 28 insertions, 28 deletions
diff --git a/server/src/main/java/com/vaadin/data/validator/CompositeValidator.java b/server/src/main/java/com/vaadin/data/validator/CompositeValidator.java index e5ccbccab7..d3988d339e 100644 --- a/server/src/main/java/com/vaadin/data/validator/CompositeValidator.java +++ b/server/src/main/java/com/vaadin/data/validator/CompositeValidator.java @@ -52,12 +52,12 @@ public class CompositeValidator implements Validator { } /** - * @deprecated As of 7.0, use {@link CombinationMode#AND} instead + * @deprecated As of 7.0, use {@link CombinationMode#AND} instead */ @Deprecated public static final CombinationMode MODE_AND = CombinationMode.AND; /** - * @deprecated As of 7.0, use {@link CombinationMode#OR} instead + * @deprecated As of 7.0, use {@link CombinationMode#OR} instead */ @Deprecated public static final CombinationMode MODE_OR = CombinationMode.OR; diff --git a/server/src/main/java/com/vaadin/navigator/Navigator.java b/server/src/main/java/com/vaadin/navigator/Navigator.java index 88f25d112b..15936f6168 100644 --- a/server/src/main/java/com/vaadin/navigator/Navigator.java +++ b/server/src/main/java/com/vaadin/navigator/Navigator.java @@ -388,7 +388,7 @@ public class Navigator implements Serializable { * active {@link View}. Views must implement {@link Component} when using * this constructor. * <p> - * Navigation is automatically initiated after {@code UI.init()} if a + * Navigation is automatically initiated after {@code UI.init()} if a * navigator was created. If at a later point changes are made to the * navigator, {@code navigator.navigateTo(navigator.getState())} may need to * be explicitly called to ensure the current view matches the navigation @@ -411,7 +411,7 @@ public class Navigator implements Serializable { * <p> * Views must implement {@link Component} when using this constructor. * <p> - * Navigation is automatically initiated after {@code UI.init()} if a + * Navigation is automatically initiated after {@code UI.init()} if a * navigator was created. If at a later point changes are made to the * navigator, {@code navigator.navigateTo(navigator.getState())} may need to * be explicitly called to ensure the current view matches the navigation @@ -431,7 +431,7 @@ public class Navigator implements Serializable { * Creates a navigator that is tracking the active view using URI fragments * of the {@link Page} containing the given UI. * <p> - * Navigation is automatically initiated after {@code UI.init()} if a + * Navigation is automatically initiated after {@code UI.init()} if a * navigator was created. If at a later point changes are made to the * navigator, {@code navigator.navigateTo(navigator.getState())} may need to * be explicitly called to ensure the current view matches the navigation @@ -452,7 +452,7 @@ public class Navigator implements Serializable { * When a custom navigation state manager is not needed, use one of the * other constructors which use a URI fragment based state manager. * <p> - * Navigation is automatically initiated after {@code UI.init()} if a + * Navigation is automatically initiated after {@code UI.init()} if a * navigator was created. If at a later point changes are made to the * navigator, {@code navigator.navigateTo(navigator.getState())} may need to * be explicitly called to ensure the current view matches the navigation @@ -489,7 +489,7 @@ public class Navigator implements Serializable { * When a custom navigation state manager is not needed, use null to create * a default one based on URI fragments. * <p> - * Navigation is automatically initiated after {@code UI.init()} if a + * Navigation is automatically initiated after {@code UI.init()} if a * navigator was created. If at a later point changes are made to the * navigator, {@code navigator.navigateTo(navigator.getState())} may need to * be explicitly called to ensure the current view matches the navigation diff --git a/server/src/main/java/com/vaadin/server/ErrorMessage.java b/server/src/main/java/com/vaadin/server/ErrorMessage.java index 26bdb123ef..48ce3a78df 100644 --- a/server/src/main/java/com/vaadin/server/ErrorMessage.java +++ b/server/src/main/java/com/vaadin/server/ErrorMessage.java @@ -83,32 +83,32 @@ public interface ErrorMessage extends Serializable { } /** - * @deprecated As of 7.0, use {@link ErrorLevel#SYSTEMERROR} instead + * @deprecated As of 7.0, use {@link ErrorLevel#SYSTEMERROR} instead */ @Deprecated public static final ErrorLevel SYSTEMERROR = ErrorLevel.SYSTEMERROR; /** - * @deprecated As of 7.0, use {@link ErrorLevel#CRITICAL} instead + * @deprecated As of 7.0, use {@link ErrorLevel#CRITICAL} instead */ @Deprecated public static final ErrorLevel CRITICAL = ErrorLevel.CRITICAL; /** - * @deprecated As of 7.0, use {@link ErrorLevel#ERROR} instead + * @deprecated As of 7.0, use {@link ErrorLevel#ERROR} instead */ @Deprecated public static final ErrorLevel ERROR = ErrorLevel.ERROR; /** - * @deprecated As of 7.0, use {@link ErrorLevel#WARNING} instead + * @deprecated As of 7.0, use {@link ErrorLevel#WARNING} instead */ @Deprecated public static final ErrorLevel WARNING = ErrorLevel.WARNING; /** - * @deprecated As of 7.0, use {@link ErrorLevel#INFORMATION} instead + * @deprecated As of 7.0, use {@link ErrorLevel#INFORMATION} instead */ @Deprecated public static final ErrorLevel INFORMATION = ErrorLevel.INFORMATION; diff --git a/server/src/main/java/com/vaadin/server/Sizeable.java b/server/src/main/java/com/vaadin/server/Sizeable.java index dfdbc6d9d4..9b155760ad 100644 --- a/server/src/main/java/com/vaadin/server/Sizeable.java +++ b/server/src/main/java/com/vaadin/server/Sizeable.java @@ -28,55 +28,55 @@ import java.io.Serializable; public interface Sizeable extends Serializable { /** - * @deprecated As of 7.0, use {@link Unit#PIXELS} instead + * @deprecated As of 7.0, use {@link Unit#PIXELS} instead */ @Deprecated public static final Unit UNITS_PIXELS = Unit.PIXELS; /** - * @deprecated As of 7.0, use {@link Unit#POINTS} instead + * @deprecated As of 7.0, use {@link Unit#POINTS} instead */ @Deprecated public static final Unit UNITS_POINTS = Unit.POINTS; /** - * @deprecated As of 7.0, use {@link Unit#PICAS} instead + * @deprecated As of 7.0, use {@link Unit#PICAS} instead */ @Deprecated public static final Unit UNITS_PICAS = Unit.PICAS; /** - * @deprecated As of 7.0, use {@link Unit#EM} instead + * @deprecated As of 7.0, use {@link Unit#EM} instead */ @Deprecated public static final Unit UNITS_EM = Unit.EM; /** - * @deprecated As of 7.0, use {@link Unit#EX} instead + * @deprecated As of 7.0, use {@link Unit#EX} instead */ @Deprecated public static final Unit UNITS_EX = Unit.EX; /** - * @deprecated As of 7.0, use {@link Unit#MM} instead + * @deprecated As of 7.0, use {@link Unit#MM} instead */ @Deprecated public static final Unit UNITS_MM = Unit.MM; /** - * @deprecated As of 7.0, use {@link Unit#CM} instead + * @deprecated As of 7.0, use {@link Unit#CM} instead */ @Deprecated public static final Unit UNITS_CM = Unit.CM; /** - * @deprecated As of 7.0, use {@link Unit#INCH} instead + * @deprecated As of 7.0, use {@link Unit#INCH} instead */ @Deprecated public static final Unit UNITS_INCH = Unit.INCH; /** - * @deprecated As of 7.0, use {@link Unit#PERCENTAGE} instead + * @deprecated As of 7.0, use {@link Unit#PERCENTAGE} instead */ @Deprecated public static final Unit UNITS_PERCENTAGE = Unit.PERCENTAGE; diff --git a/server/src/main/java/com/vaadin/server/UserError.java b/server/src/main/java/com/vaadin/server/UserError.java index 6ffc04d0d7..5a82d870c0 100644 --- a/server/src/main/java/com/vaadin/server/UserError.java +++ b/server/src/main/java/com/vaadin/server/UserError.java @@ -27,19 +27,19 @@ package com.vaadin.server; public class UserError extends AbstractErrorMessage { /** - * @deprecated As of 7.0, use {@link ContentMode#TEXT} instead + * @deprecated As of 7.0, use {@link ContentMode#TEXT} instead */ @Deprecated public static final ContentMode CONTENT_TEXT = ContentMode.TEXT; /** - * @deprecated As of 7.0, use {@link ContentMode#PREFORMATTED} instead + * @deprecated As of 7.0, use {@link ContentMode#PREFORMATTED} instead */ @Deprecated public static final ContentMode CONTENT_PREFORMATTED = ContentMode.PREFORMATTED; /** - * @deprecated As of 7.0, use {@link ContentMode#HTML} instead + * @deprecated As of 7.0, use {@link ContentMode#HTML} instead */ @Deprecated public static final ContentMode CONTENT_XHTML = ContentMode.HTML; diff --git a/server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java b/server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java index 19f0572300..a5f785b0a8 100644 --- a/server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java +++ b/server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java @@ -148,7 +148,7 @@ public class AtmospherePushConnection implements PushConnection { /** * Pushes pending state changes and client RPC calls to the client. If - * {@code isConnected()} is false, defers the push until a connection is + * {@code isConnected()} is false, defers the push until a connection is * established. * * @param async diff --git a/server/src/main/java/com/vaadin/ui/Embedded.java b/server/src/main/java/com/vaadin/ui/Embedded.java index 8431faa83a..a1e5a55374 100644 --- a/server/src/main/java/com/vaadin/ui/Embedded.java +++ b/server/src/main/java/com/vaadin/ui/Embedded.java @@ -38,7 +38,7 @@ import com.vaadin.shared.ui.embedded.EmbeddedServerRpc; * Java applets, and QuickTime videos. Installing a browser plug-in is usually * required to actually view the embedded content. * <p> - * Note that before Vaadin 7, {@code Embedded} was also used to display images, + * Note that before Vaadin 7, {@code Embedded} was also used to display images, * Adobe Flash objects, and embedded web pages. This use of the component is * deprecated in Vaadin 7; the {@link Image}, {@link Flash}, and * {@link BrowserFrame} components should be used instead, respectively. diff --git a/server/src/main/java/com/vaadin/ui/Grid.java b/server/src/main/java/com/vaadin/ui/Grid.java index 6831d215a4..2cccc51212 100644 --- a/server/src/main/java/com/vaadin/ui/Grid.java +++ b/server/src/main/java/com/vaadin/ui/Grid.java @@ -2127,7 +2127,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier, /** * A callback interface for generating optional descriptions (tooltips) for * Grid cells. If a cell has both a {@link RowDescriptionGenerator row - * description} and a cell description, the latter has precedence. + * description} and a cell description, the latter has precedence. * * @see Grid#setCellDescriptionGenerator(CellDescriptionGenerator) * diff --git a/server/src/main/java/com/vaadin/ui/PopupView.java b/server/src/main/java/com/vaadin/ui/PopupView.java index 04598d4aa6..1a9cc6f504 100644 --- a/server/src/main/java/com/vaadin/ui/PopupView.java +++ b/server/src/main/java/com/vaadin/ui/PopupView.java @@ -68,7 +68,7 @@ public class PopupView extends AbstractComponent implements HasComponents { /** * This is an internal constructor. Use - * {@link PopupView#PopupView(String, Component)} instead. + * {@link PopupView#PopupView(String, Component)} instead. * * @since 7.5.0 */ |