]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix empty @since tags for 7.6.0.alpha4 7.6.0.alpha4
authorJohannes Dahlström <johannesd@vaadin.com>
Wed, 26 Aug 2015 13:47:19 +0000 (16:47 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Wed, 26 Aug 2015 13:47:19 +0000 (16:47 +0300)
Change-Id: I9f223ec2d49a4a851f5e5808cc325c52717191ee

client/src/com/vaadin/client/ComputedStyle.java
client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
client/src/com/vaadin/client/widgets/Grid.java
server/src/com/vaadin/data/DataGenerator.java
server/src/com/vaadin/data/RpcDataProviderExtension.java
server/src/com/vaadin/server/communication/AtmospherePushConnection.java
server/src/com/vaadin/ui/Grid.java
shared/src/com/vaadin/shared/data/DataProviderRpc.java
shared/src/com/vaadin/shared/data/DataRequestRpc.java

index 676d18d2453305765ad2d871dc32f1f119a1fd60..66404eeeed77f7f17fb77968e0434e1e3bbcaee8 100644 (file)
@@ -335,7 +335,7 @@ public class ComputedStyle {
     /**
      * Returns the sum of the top and bottom margin
      * 
-     * @since
+     * @since 7.6
      * @return the sum of the top and bottom margin
      */
     public double getMarginHeight() {
@@ -348,7 +348,7 @@ public class ComputedStyle {
     /**
      * Returns the sum of the top and bottom margin
      * 
-     * @since
+     * @since 7.6
      * @return the sum of the left and right margin
      */
     public double getMarginWidth() {
index 79838f3252dfe81686782d24ef984052242c6fa6..78aaebaca1fe5bb62da623c7194edba1985a0d8f 100644 (file)
@@ -229,7 +229,7 @@ public class RpcDataSourceConnector extends AbstractExtensionConnector {
         /**
          * Updates row data based on row key.
          * 
-         * @since
+         * @since 7.6
          * @param row
          *            new row object
          */
index 256bc5ff6a410f69220e27edb7c0d454ac328da9..2438bec8df24883e58f2969ad58d9ad52c373ff9 100644 (file)
@@ -360,7 +360,7 @@ public abstract class AbstractRemoteDataSource<T> implements DataSource<T> {
      * dropped from the cache. DataSource no longer has anything in the given
      * index.
      * 
-     * @since
+     * @since 7.6
      * @param rowIndex
      *            the index of the dropped row
      * @param removed
index 580d0da72b0e40c2044205480e23e299bdfb98b6..45d14fac30a208e5ba947d23b1da769e2cad60ea 100644 (file)
@@ -8302,7 +8302,7 @@ public class Grid<T> extends ResizeComposite implements
      * Returns a CellReference for the cell to which the given element belongs
      * to.
      * 
-     * @since
+     * @since 7.6
      * @param element
      *            Element to find from the cell's content.
      * @return CellReference or <code>null</code> if cell was not found.
index f025623a3ecea68a9405c61e32973960e05f6cb6..a5333b8523817fcc69d9b6150c3d502a1a007cb7 100644 (file)
@@ -29,7 +29,7 @@ import elemental.json.JsonObject;
  * {@link AbstractRenderer} implements this interface to provide encoded data to
  * client for {@link Renderer}s automatically.
  * 
- * @since
+ * @since 7.6
  * @author Vaadin Ltd
  */
 public interface DataGenerator extends Serializable {
index 2ec100eba6e9a63b5b31a18f667392ebe4575f9f..f5d712f6b2feecec304a6f4b4b9d15537576947a 100644 (file)
@@ -243,7 +243,7 @@ public class RpcDataProviderExtension extends AbstractExtension {
         /**
          * {@inheritDoc}
          * 
-         * @since
+         * @since 7.6
          */
         @Override
         public void generateData(Object itemId, Item item, JsonObject rowData) {
@@ -253,7 +253,7 @@ public class RpcDataProviderExtension extends AbstractExtension {
         /**
          * Removes all inactive item id to key mapping from the key mapper.
          * 
-         * @since
+         * @since 7.6
          */
         public void dropInactiveItems() {
             Collection<Object> active = activeItemHandler.getActiveItemIds();
@@ -270,7 +270,7 @@ public class RpcDataProviderExtension extends AbstractExtension {
     /**
      * Class for keeping track of current items and ValueChangeListeners.
      * 
-     * @since
+     * @since 7.6
      */
     private class ActiveItemHandler implements Serializable {
 
@@ -545,7 +545,7 @@ public class RpcDataProviderExtension extends AbstractExtension {
         /**
          * {@inheritDoc}
          * 
-         * @since
+         * @since 7.6
          */
         @Override
         public void generateData(Object itemId, Item item, JsonObject rowData) {
@@ -823,7 +823,7 @@ public class RpcDataProviderExtension extends AbstractExtension {
      * DataGenerators are called when sending row data to client. If given
      * DataGenerator is already added, this method does nothing.
      * 
-     * @since
+     * @since 7.6
      * @param generator
      *            generator to add
      */
@@ -836,7 +836,7 @@ public class RpcDataProviderExtension extends AbstractExtension {
      * {@code RpcDataProviderExtension}. If given DataGenerator is not added to
      * this data provider, this method does nothing.
      * 
-     * @since
+     * @since 7.6
      * @param generator
      *            generator to remove
      */
index e1bc8e212b1facb65f77dd9e6ac36bed720b8df9..05e4f6479f2290781f46a0152d0a27cee3f657a6 100644 (file)
@@ -359,7 +359,7 @@ public class AtmospherePushConnection implements PushConnection {
      * Internal method used for reconfiguring loggers to show all Atmosphere log
      * messages in the console.
      * 
-     * @since
+     * @since 7.6
      */
     public static void enableAtmosphereDebugLogging() {
         Level level = Level.FINEST;
index c7ad9632facdcf362a9ed16bea9dc62fdf120d58..cea89d24e897958befe4dfaaae3ba4d029bf0b9f 100644 (file)
@@ -1574,7 +1574,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
      *
      * @see Grid#setRowDescriptionGenerator(CellDescriptionGenerator)
      * 
-     * @since
+     * @since 7.6
      */
     public interface RowDescriptionGenerator extends Serializable {
 
@@ -1598,7 +1598,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
      * 
      * @see Grid#setCellDescriptionGenerator(CellDescriptionGenerator)
      * 
-     * @since
+     * @since 7.6
      */
     public interface CellDescriptionGenerator extends Serializable {
 
@@ -5877,7 +5877,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
      * 
      * @see #setRowDescriptionGenerator(RowDescriptionGenerator)
      * 
-     * @since
+     * @since 7.6
      */
     public void setCellDescriptionGenerator(CellDescriptionGenerator generator) {
         cellDescriptionGenerator = generator;
@@ -5891,7 +5891,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
      * 
      * @return the description generator or {@code null} if no generator is set
      * 
-     * @since
+     * @since 7.6
      */
     public CellDescriptionGenerator getCellDescriptionGenerator() {
         return cellDescriptionGenerator;
@@ -5911,7 +5911,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
      * 
      * @see #setCellDescriptionGenerator(CellDescriptionGenerator)
      * 
-     * @since
+     * @since 7.6
      */
     public void setRowDescriptionGenerator(RowDescriptionGenerator generator) {
         rowDescriptionGenerator = generator;
@@ -5925,7 +5925,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
      * 
      * @return the description generator or {@code} null if no generator is set
      * 
-     * @since
+     * @since 7.6
      */
     public RowDescriptionGenerator getRowDescriptionGenerator() {
         return rowDescriptionGenerator;
index bddbdd113d1a5de355fe3593851e412cad99eb01..28e50d9747c39b8457ff332ab068674c4b4501a3 100644 (file)
@@ -97,7 +97,7 @@ public interface DataProviderRpc extends ClientRpc {
      * Informs the client that a row has updated. The client-side DataSource
      * will map the given data to correct index if it should be in the cache.
      * 
-     * @since
+     * @since 7.6
      * @param row
      *            the updated row data
      */
index 041e92d05c1d7f59698580bb9543991c6b07478d..b66965fae91b7db248a3470ae74e1f4d2daf01f6 100644 (file)
@@ -63,7 +63,7 @@ public interface DataRequestRpc extends ServerRpc {
     /**
      * Informs the server that items have been dropped from the client cache.
      * 
-     * @since
+     * @since 7.6
      * @param rowKeys
      *            array of dropped keys mapping to items
      */