You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2013/10/05 01:57:57 UTC

svn commit: r1529353 [1/8] - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/io/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serializat...

Author: smartini
Date: Fri Oct  4 23:57:51 2013
New Revision: 1529353

URL: http://svn.apache.org/r1529353
Log:
trim-whitespace

Modified:
    pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java
    pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java
    pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java
    pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java
    pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java
    pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java
    pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java
    pivot/trunk/core/src/org/apache/pivot/beans/Bindable.java
    pivot/trunk/core/src/org/apache/pivot/beans/NamespaceBinding.java
    pivot/trunk/core/src/org/apache/pivot/beans/PropertyChangeListener.java
    pivot/trunk/core/src/org/apache/pivot/beans/Resolvable.java
    pivot/trunk/core/src/org/apache/pivot/collections/Collection.java
    pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java
    pivot/trunk/core/src/org/apache/pivot/collections/Group.java
    pivot/trunk/core/src/org/apache/pivot/collections/HashMap.java
    pivot/trunk/core/src/org/apache/pivot/collections/List.java
    pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java
    pivot/trunk/core/src/org/apache/pivot/collections/Map.java
    pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java
    pivot/trunk/core/src/org/apache/pivot/collections/Queue.java
    pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java
    pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java
    pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java
    pivot/trunk/core/src/org/apache/pivot/collections/Stack.java
    pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java
    pivot/trunk/core/src/org/apache/pivot/io/FileSerializer.java
    pivot/trunk/core/src/org/apache/pivot/json/JSON.java
    pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java
    pivot/trunk/core/src/org/apache/pivot/json/JSONSerializerListener.java
    pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java
    pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java
    pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializerListener.java
    pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java
    pivot/trunk/core/src/org/apache/pivot/serialization/Serializer.java
    pivot/trunk/core/src/org/apache/pivot/serialization/StringSerializer.java
    pivot/trunk/core/src/org/apache/pivot/text/FileSizeFormat.java
    pivot/trunk/core/src/org/apache/pivot/util/Base64.java
    pivot/trunk/core/src/org/apache/pivot/util/CalendarDate.java
    pivot/trunk/core/src/org/apache/pivot/util/Filter.java
    pivot/trunk/core/src/org/apache/pivot/util/ListenerList.java
    pivot/trunk/core/src/org/apache/pivot/util/MessageBus.java
    pivot/trunk/core/src/org/apache/pivot/util/MessageBusListener.java
    pivot/trunk/core/src/org/apache/pivot/util/Resources.java
    pivot/trunk/core/src/org/apache/pivot/util/Service.java
    pivot/trunk/core/src/org/apache/pivot/util/Time.java
    pivot/trunk/core/src/org/apache/pivot/util/TypeLiteral.java
    pivot/trunk/core/src/org/apache/pivot/util/concurrent/Task.java
    pivot/trunk/core/src/org/apache/pivot/util/concurrent/TaskListener.java
    pivot/trunk/core/src/org/apache/pivot/xml/Element.java
    pivot/trunk/core/src/org/apache/pivot/xml/ElementListener.java
    pivot/trunk/core/src/org/apache/pivot/xml/Node.java
    pivot/trunk/core/src/org/apache/pivot/xml/NodeListener.java
    pivot/trunk/core/src/org/apache/pivot/xml/XML.java
    pivot/trunk/core/src/org/apache/pivot/xml/XMLSerializerListener.java
    pivot/trunk/core/test/org/apache/pivot/collections/test/HashMapTest.java
    pivot/trunk/core/test/org/apache/pivot/json/test/BindTest.java
    pivot/trunk/demos/src/org/apache/pivot/demos/dom/DOMInteractionDemo.java
    pivot/trunk/demos/src/org/apache/pivot/demos/itunes/SearchDemo.java
    pivot/trunk/tests/src/org/apache/pivot/tests/JavascriptConsoleTest.java
    pivot/trunk/tests/src/org/apache/pivot/tests/LabelAntialiasTest.java
    pivot/trunk/tests/src/org/apache/pivot/tests/SplashScreenTest.java
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot859/Pivot859.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowListener.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/tools/ComponentInspectorListener.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/tools/ComponentInspectorSkin.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/ComponentInspectorListener.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/ComponentInspectorSkin.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/EventLogger.java
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/EventLoggerListener.java
    pivot/trunk/web-server/src/org/apache/pivot/web/server/QueryServlet.java
    pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java
    pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java
    pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java
    pivot/trunk/web/src/org/apache/pivot/web/Query.java
    pivot/trunk/web/src/org/apache/pivot/web/QueryException.java
    pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraExpanderSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraMeterSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraPaletteSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraScrollBarSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSpinnerSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTabPaneSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/AccordionAttributeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/AccordionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/AccordionSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ActionClassListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ActionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ActivityIndicatorListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/AlertListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Application.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationContext.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Border.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/BorderListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/BoxPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/BrowserApplicationContext.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Button.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonGroupListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonPressListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Calendar.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButton.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButtonBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButtonListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButtonSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CardPane.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CardPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Clipboard.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ColorChooser.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ColorChooserBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ColorChooserButton.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ColorChooserButtonBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ColorChooserButtonSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ColorChooserSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentClassListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentDataListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentDecoratorListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentKeyListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentMouseButtonListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentMouseListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentMouseWheelListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentStyleListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentTooltipListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ConstrainedVisual.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Container.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ContainerListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ContainerMouseListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/CornerRadii.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Dialog.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/DialogCloseListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/DialogListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/DialogStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/DragSource.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/DropTarget.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Editor.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Expander.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowser.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowserListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowserSheet.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowserSheetListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FillPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FocusTraversalPolicy.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Form.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FormAttributeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FormListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/FrameListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/GridPane.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/GridPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ImageView.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ImageViewBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ImageViewListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Label.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/LabelBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/LabelListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Limits.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButton.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButtonBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButtonItemListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButtonListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButtonSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListView.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewItemListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewItemStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Menu.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuBar.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuBarListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuButtonListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuHandler.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuItemSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuPopupListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuPopupStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MeterListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Mouse.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MovieView.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/MovieViewListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/PromptListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/RadioButtonGroup.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/RangeSelection.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/RollupListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/RollupStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollBarListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollBarValueListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Separator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SeparatorListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Sheet.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SheetCloseListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SheetStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Skin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SliderListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SliderValueListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Span.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Spinner.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerItemListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SplitPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SuggestionPopup.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SuggestionPopupCloseListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SuggestionPopupItemListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SuggestionPopupListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SuggestionPopupSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SuggestionPopupStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPane.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneAttributeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePaneAttributeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewColumnListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewHeader.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewHeaderListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewHeaderPressListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewRowListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewSortListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TaskAdapter.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextArea.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaContentListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputBindingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputContentListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPane.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPaneCharacterListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPaneListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPaneSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewBranchListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewNodeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewNodeStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewSelectionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/VFSBrowser.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/VFSBrowserListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/VFSBrowserSheet.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/VFSBrowserSheetListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Viewport.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ViewportListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Visual.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowActionMappingListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowClassListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowStateListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ButtonData.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/CalendarDateSpinnerData.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListItem.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/MenuItemData.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewHeaderData.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewRowEditor.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeNode.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/BlurDecorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/Decorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/DropShadowDecorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/RotationDecorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ScaleDecorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ShadeDecorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/Transition.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/TransitionListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/WatermarkDecorator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/media/BufferedImageSerializer.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/media/ImageListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/media/MovieListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/BorderSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/BoxPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CardPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ColorChooserButtonSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ComponentSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ContainerSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/FillPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/FlowPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/GridPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ImageViewSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LabelSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ListButtonSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ScrollPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/SeparatorSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/StackPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TablePaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinNodeView.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/BlockListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/BulletedListListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/ElementListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/ImageNode.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Node.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/NodeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/NumberedListListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Span.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/TextNodeListener.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/DecimalValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/DoubleRangeValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/DoubleValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/FloatRangeValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/FloatValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/IntRangeValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/IntValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/RegexTextValidator.java
    pivot/trunk/wtk/src/org/apache/pivot/wtk/validation/Validator.java

Modified: pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java
URL: http://svn.apache.org/viewvc/pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java (original)
+++ pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java Fri Oct  4 23:57:51 2013
@@ -115,7 +115,7 @@ public abstract class ChartView extends 
 
         /**
          * Returns the element's series index.
-         * 
+         *
          * @return The element's series index.
          */
         public int getSeriesIndex() {
@@ -127,7 +127,7 @@ public abstract class ChartView extends 
          * the element index represents the index of the category in the
          * category sequence. Otherwise, it represents the index of the item
          * within the series.
-         * 
+         *
          * @return The element index.
          */
         public int getElementIndex() {

Modified: pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java (original)
+++ pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java Fri Oct  4 23:57:51 2013
@@ -24,7 +24,7 @@ import org.apache.pivot.collections.Sequ
 public interface ChartViewCategoryListener {
     /**
      * Fired when a category is inserted into a chart view.
-     * 
+     *
      * @param chartView
      * @param index
      */
@@ -32,7 +32,7 @@ public interface ChartViewCategoryListen
 
     /**
      * Fired when a category is removed from a chart view.
-     * 
+     *
      * @param chartView
      * @param index
      * @param categories
@@ -42,7 +42,7 @@ public interface ChartViewCategoryListen
 
     /**
      * Fired when a chart view's category key changes.
-     * 
+     *
      * @param chartView
      * @param index
      * @param previousKey
@@ -51,7 +51,7 @@ public interface ChartViewCategoryListen
 
     /**
      * Fired when a chart view's category label changes.
-     * 
+     *
      * @param chartView
      * @param index
      * @param previousLabel

Modified: pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java (original)
+++ pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java Fri Oct  4 23:57:51 2013
@@ -24,7 +24,7 @@ import org.apache.pivot.collections.List
 public interface ChartViewListener {
     /**
      * Fired when a chart view's data changes.
-     * 
+     *
      * @param chartView
      * @param previousChartData
      */
@@ -32,7 +32,7 @@ public interface ChartViewListener {
 
     /**
      * Fired when a chart view's series name key changes.
-     * 
+     *
      * @param chartView
      * @param previousSeriesNameKey
      */
@@ -40,7 +40,7 @@ public interface ChartViewListener {
 
     /**
      * Fired when a chart view's title changes.
-     * 
+     *
      * @param chartView
      * @param previousTitle
      */
@@ -48,7 +48,7 @@ public interface ChartViewListener {
 
     /**
      * Fired when a chart view's horizontal axis label changes.
-     * 
+     *
      * @param chartView
      * @param previousHorizontalAxisLabel
      */
@@ -56,7 +56,7 @@ public interface ChartViewListener {
 
     /**
      * Fired when a chart view's vertical axis label changes.
-     * 
+     *
      * @param chartView
      * @param previousVerticalAxisLabel
      */
@@ -64,7 +64,7 @@ public interface ChartViewListener {
 
     /**
      * Fired when a chart view's "show legend" flag changes.
-     * 
+     *
      * @param chartView
      */
     public void showLegendChanged(ChartView chartView);

Modified: pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java (original)
+++ pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java Fri Oct  4 23:57:51 2013
@@ -22,7 +22,7 @@ package org.apache.pivot.charts;
 public interface ChartViewSeriesListener {
     /**
      * Fired when a series is inserted into a chart view's data set.
-     * 
+     *
      * @param chartView
      * @param index
      */
@@ -30,7 +30,7 @@ public interface ChartViewSeriesListener
 
     /**
      * Fired when a series is removed from a chart view's data set.
-     * 
+     *
      * @param chartView
      * @param index
      * @param count
@@ -39,14 +39,14 @@ public interface ChartViewSeriesListener
 
     /**
      * Fired when a chart view's series data is cleared.
-     * 
+     *
      * @param chartView
      */
     public void seriesCleared(ChartView chartView);
 
     /**
      * Fired when a series is updated in a chart view's data set.
-     * 
+     *
      * @param chartView
      * @param index
      */
@@ -54,7 +54,7 @@ public interface ChartViewSeriesListener
 
     /**
      * Fired when a chart view's series data is sorted.
-     * 
+     *
      * @param chartView
      */
     public void seriesSorted(ChartView chartView);

Modified: pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java Fri Oct  4 23:57:51 2013
@@ -399,7 +399,7 @@ public class BXMLSerializer implements S
      * properties via a call to {@link #setLocation(URL)} or
      * {@link #setResources(Resources)}, respectively, before calling this
      * method.
-     * 
+     *
      * @return The deserialized object hierarchy.
      */
     @Override
@@ -536,7 +536,7 @@ public class BXMLSerializer implements S
 
     /**
      * Deserializes an object hierarchy from a BXML resource.
-     * 
+     *
      * @see #readObject(Class, String, boolean)
      */
     public final Object readObject(Class<?> baseType, String resourceName) throws IOException,
@@ -550,7 +550,7 @@ public class BXMLSerializer implements S
      * {@link Class#getResource(String)} on the given base type, passing the
      * given resource name as an argument. If the resources is localized, the
      * base type is also used as the base name of the resource bundle.
-     * 
+     *
      * @param baseType The base type.
      * @param resourceName The name of the BXML resource.
      * @param localize If <tt>true</tt>, the deserialized resource will be
@@ -583,7 +583,7 @@ public class BXMLSerializer implements S
      * use this version of the method to load BXML that uses resource resolution
      * must manually set this property via a call to
      * {@link #setResources(Resources)} before calling this method.
-     * 
+     *
      * @param locationArgument The location of the BXML resource.
      * @see #readObject(URL, Resources)
      */
@@ -593,7 +593,7 @@ public class BXMLSerializer implements S
 
     /**
      * Deserializes an object hierarchy from a BXML resource.
-     * 
+     *
      * @param locationArgument The location of the BXML resource.
      * @param resourcesArgument The resources that will be used to localize the
      * deserialized resource. #see readObject(InputStream)
@@ -1437,7 +1437,7 @@ public class BXMLSerializer implements S
     /**
      * Retrieves the root of the object hierarchy most recently processed by
      * this serializer.
-     * 
+     *
      * @return The root object, or <tt>null</tt> if this serializer has not yet
      * read an object from an input stream.
      */
@@ -1481,7 +1481,7 @@ public class BXMLSerializer implements S
 
     /**
      * Applies BXML binding annotations to an object.
-     * 
+     *
      * @param object
      * @see #bind(Object, Class)
      */
@@ -1497,7 +1497,7 @@ public class BXMLSerializer implements S
      * Applies BXML binding annotations to an object. <p> NOTE This method uses
      * reflection to set internal member variables. As a result, it may only be
      * called from trusted code.
-     * 
+     *
      * @param object
      * @param type
      * @throws BindException If an error occurs during binding
@@ -1558,7 +1558,7 @@ public class BXMLSerializer implements S
      * implementation simply calls {@code Class.newInstance()}. Subclasses may
      * override this method to provide an alternate instantiation mechanism,
      * such as dependency-injected construction.
-     * 
+     *
      * @param type The type of serializer being requested.
      */
     protected Serializer<?> newIncludeSerializer(Class<? extends Serializer<?>> type)
@@ -1571,7 +1571,7 @@ public class BXMLSerializer implements S
      * base implementation simply calls {@code Class.newInstance()}. Subclasses
      * may override this method to provide an alternate instantiation mechanism,
      * such as dependency-injected construction.
-     * 
+     *
      * @param type The type of object being requested.
      */
     protected Object newTypedObject(Class<?> type) throws InstantiationException,
@@ -1607,7 +1607,7 @@ public class BXMLSerializer implements S
      * Returns the file extension/MIME type map. This map associates file
      * extensions with MIME types, which are used to automatically determine an
      * appropriate serializer to use for an include based on file extension.
-     * 
+     *
      * @see #getMimeTypes()
      */
     public static Map<String, String> getFileExtensions() {

Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java Fri Oct  4 23:57:51 2013
@@ -159,7 +159,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Creates a new bean dictionary.
-     * 
+     *
      * @param bean The bean object to wrap.
      */
     public BeanAdapter(Object bean) {
@@ -170,7 +170,7 @@ public class BeanAdapter implements Map<
      * Creates a new bean dictionary which can ignore readonly fields (that is,
      * straight fields marked as <code>final</code> or bean properties where
      * there is a "get" method but no corresponding "set" method).
-     * 
+     *
      * @param bean The bean object to wrap.
      */
     public BeanAdapter(Object bean, boolean ignoreReadOnlyProperties) {
@@ -184,7 +184,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the bean object this dictionary wraps.
-     * 
+     *
      * @return The bean object, or <tt>null</tt> if no bean has been set.
      */
     public Object getBean() {
@@ -193,7 +193,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Invokes the getter method for the given property.
-     * 
+     *
      * @param key The property name.
      * @return The value returned by the method, or <tt>null</tt> if no such
      * method exists.
@@ -244,7 +244,7 @@ public class BeanAdapter implements Map<
      * Invokes the setter method for the given property. The method signature is
      * determined by the type of the value. If the value is <tt>null</tt>, the
      * return type of the getter method is used.
-     * 
+     *
      * @param key The property name.
      * @param value The new property value.
      * @return Returns <tt>null</tt>, since returning the previous value would
@@ -328,7 +328,7 @@ public class BeanAdapter implements Map<
      * in the map. The method signatures are determined by the type of the
      * values. If any value is <tt>null</tt>, the return type of the getter
      * method is used.
-     * 
+     *
      * @param valueMap The map of keys and values to be set.
      * @throws PropertyNotFoundException If any of the given properties do not
      * exist or are read-only.
@@ -346,7 +346,7 @@ public class BeanAdapter implements Map<
      * method is used. There is an option to ignore (that is, not throw)
      * exceptions during the process, but to return status if any exceptions
      * were caught and ignored.
-     * 
+     *
      * @param valueMap The map of keys and values to be set.
      * @param ignoreErrors If <code>true</code> then any
      * {@link PropertyNotFoundException} thrown by the {@link #put put()} method
@@ -387,7 +387,7 @@ public class BeanAdapter implements Map<
     /**
      * Verifies the existence of a property. The property must have a getter
      * method; write-only properties are not supported.
-     * 
+     *
      * @param key The property name.
      * @return <tt>true</tt> if the property exists; <tt>false</tt>, otherwise.
      */
@@ -441,7 +441,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Tests the read-only state of a property.
-     * 
+     *
      * @param key The property name.
      * @return <tt>true</tt> if the property is read-only; <tt>false</tt>,
      * otherwise.
@@ -452,7 +452,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the type of a property.
-     * 
+     *
      * @param key The property name.
      * @see #getType(Class, String)
      */
@@ -462,7 +462,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the generic type of a property.
-     * 
+     *
      * @param key The property name.
      * @see #getGenericType(Class, String)
      */
@@ -472,7 +472,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns an iterator over the bean's properties.
-     * 
+     *
      * @return A property iterator for this bean.
      */
     @Override
@@ -487,7 +487,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the getter method for a property.
-     * 
+     *
      * @param key The property name.
      * @return The getter method, or <tt>null</tt> if the method does not exist.
      */
@@ -497,7 +497,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the setter method for a property.
-     * 
+     *
      * @param key The property name.
      * @return The getter method, or <tt>null</tt> if the method does not exist.
      */
@@ -508,7 +508,7 @@ public class BeanAdapter implements Map<
     /**
      * Returns the public, non-static field for a property. Note that fields
      * will only be consulted for bean properties after bean methods.
-     * 
+     *
      * @param fieldName The property name
      * @return The field, or <tt>null</tt> if the field does not exist, or is
      * non-public or static
@@ -525,7 +525,7 @@ public class BeanAdapter implements Map<
      * Tests the read-only state of a property. Note that if no such property
      * exists, this method will return <tt>true</tt> (it will <u>not</u> throw
      * an exception).
-     * 
+     *
      * @param beanClass The bean class.
      * @param key The property name.
      * @return <tt>true</tt> if the property is read-only; <tt>false</tt>,
@@ -562,7 +562,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the type of a property.
-     * 
+     *
      * @param beanClass The bean class.
      * @param key The property name.
      * @return The type of the property, or <tt>null</tt> if no such bean
@@ -600,7 +600,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the generic type of a property.
-     * 
+     *
      * @param beanClass The bean class.
      * @param key The property name.
      * @return The generic type of the property, or <tt>null</tt> if no such bean
@@ -641,7 +641,7 @@ public class BeanAdapter implements Map<
     /**
      * Returns the public, non-static fields for a property. Note that fields
      * will only be consulted for bean properties after bean methods.
-     * 
+     *
      * @param beanClass The bean class.
      * @param key The property name.
      * @return The field, or <tt>null</tt> if the field does not exist, or is
@@ -680,7 +680,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the getter method for a property.
-     * 
+     *
      * @param beanClass The bean class.
      * @param key The property name.
      * @return The getter method, or <tt>null</tt> if the method does not exist.
@@ -721,7 +721,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Returns the setter method for a property.
-     * 
+     *
      * @param beanClass The bean class.
      * @param key The property name.
      * @return The getter method, or <tt>null</tt> if the method does not exist.
@@ -798,7 +798,7 @@ public class BeanAdapter implements Map<
 
     /**
      * Coerces a value to a given type.
-     * 
+     *
      * @param value
      * @param type
      * @return The coerced value.

Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java Fri Oct  4 23:57:51 2013
@@ -151,7 +151,7 @@ public class BeanMonitor {
 
     /**
      * Tests whether a property fires change events.
-     * 
+     *
      * @param key The property name.
      * @return <tt>true</tt> if the property fires change events; <tt>false</tt>
      * otherwise.

Modified: pivot/trunk/core/src/org/apache/pivot/beans/Bindable.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/Bindable.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/Bindable.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/Bindable.java Fri Oct  4 23:57:51 2013
@@ -29,7 +29,7 @@ public interface Bindable {
     /**
      * Called to initialize the class after it has been completely processed and
      * bound by the serializer.
-     * 
+     *
      * @param namespace The serializer's namespace. The bindable object can use
      * this to extract named values defined in the BXML file. Alternatively, the
      * {@link BXML} annotation can be used by trusted code to automatically map

Modified: pivot/trunk/core/src/org/apache/pivot/beans/NamespaceBinding.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/NamespaceBinding.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/NamespaceBinding.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/NamespaceBinding.java Fri Oct  4 23:57:51 2013
@@ -33,7 +33,7 @@ public class NamespaceBinding {
     public interface BindMapping {
         /**
          * Transforms a source value during a bind operation.
-         * 
+         *
          * @param value
          */
         public Object evaluate(Object value);
@@ -200,7 +200,7 @@ public class NamespaceBinding {
 
     /**
      * Returns the bind mapping.
-     * 
+     *
      * @return The bind mapping to use during binding, or <tt>null</tt> if no
      * bind mapping is specified.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/beans/PropertyChangeListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/PropertyChangeListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/PropertyChangeListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/PropertyChangeListener.java Fri Oct  4 23:57:51 2013
@@ -22,7 +22,7 @@ package org.apache.pivot.beans;
 public interface PropertyChangeListener {
     /**
      * Called when a Java bean property has changed.
-     * 
+     *
      * @param bean
      * @param propertyName
      */

Modified: pivot/trunk/core/src/org/apache/pivot/beans/Resolvable.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/beans/Resolvable.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/beans/Resolvable.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/beans/Resolvable.java Fri Oct  4 23:57:51 2013
@@ -33,7 +33,7 @@ public interface Resolvable {
 
     /**
      * Sets the serializer's namespace. This is used for variable resolution.
-     * 
+     *
      * @param namespace
      */
     public void setNamespace(Map<String, Object> namespace);
@@ -45,7 +45,7 @@ public interface Resolvable {
 
     /**
      * Sets the serializer's location. This is used for URL resolution.
-     * 
+     *
      * @param location
      */
     public void setLocation(URL location);
@@ -58,7 +58,7 @@ public interface Resolvable {
     /**
      * Sets the serializer's resource bundle. This is used for resource
      * resolution.
-     * 
+     *
      * @param resources
      */
     public void setResources(Resources resources);

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Collection.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Collection.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Collection.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Collection.java Fri Oct  4 23:57:51 2013
@@ -30,7 +30,7 @@ public interface Collection<T> extends I
 
     /**
      * Tests the emptiness of the collection.
-     * 
+     *
      * @return <tt>true</tt> if the collection contains no elements;
      * <tt>false</tt>, otherwise.
      */
@@ -38,7 +38,7 @@ public interface Collection<T> extends I
 
     /**
      * Returns the collection's sort order.
-     * 
+     *
      * @return The comparator used to order elements in the collection, or
      * <tt>null</tt> if the sort order is undefined.
      * @see #setComparator(Comparator)
@@ -50,7 +50,7 @@ public interface Collection<T> extends I
      * and ensuring that new entries preserve the sort order. <p> Calling this
      * method more than once with the same comparator will re-sort the
      * collection.
-     * 
+     *
      * @param comparator The comparator used to order elements in the
      * collection, or null if the collection is unsorted.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java Fri Oct  4 23:57:51 2013
@@ -66,7 +66,7 @@ public interface Dictionary<K, V> {
 
     /**
      * Retrieves the value for the given key.
-     * 
+     *
      * @param key The key whose value is to be returned.
      * @return The value corresponding to <tt>key</tt>, or null if the key does
      * not exist. Will also return null if the key refers to a null value. Use
@@ -77,7 +77,7 @@ public interface Dictionary<K, V> {
     /**
      * Sets the value of the given key, creating a new entry or replacing the
      * existing value.
-     * 
+     *
      * @param key The key whose value is to be set.
      * @param value The value to be associated with the given key.
      * @return The value previously associated with the key.
@@ -86,7 +86,7 @@ public interface Dictionary<K, V> {
 
     /**
      * Removes a key/value pair from the map.
-     * 
+     *
      * @param key The key whose mapping is to be removed.
      * @return The value that was removed.
      */
@@ -94,7 +94,7 @@ public interface Dictionary<K, V> {
 
     /**
      * Tests the existence of a key in the dictionary.
-     * 
+     *
      * @param key The key whose presence in the dictionary is to be tested.
      * @return <tt>true</tt> if the key exists in the dictionary; <tt>false</tt>,
      * otherwise.

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Group.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Group.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Group.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Group.java Fri Oct  4 23:57:51 2013
@@ -22,7 +22,7 @@ package org.apache.pivot.collections;
 public interface Group<E> {
     /**
      * Adds an element to the group.
-     * 
+     *
      * @param element The element to add to the group.
      * @return <tt>true</tt> if the element was added to the group;
      * <tt>false</tt>, otherwise.
@@ -31,7 +31,7 @@ public interface Group<E> {
 
     /**
      * Removes an element from the group.
-     * 
+     *
      * @param element The element to remove from the set.
      * @return <tt>true</tt> if the element was removed from the group;
      * <tt>false</tt>, otherwise.
@@ -40,7 +40,7 @@ public interface Group<E> {
 
     /**
      * Tests the existence of an element in the group.
-     * 
+     *
      * @param element The element whose presence in the group is to be tested.
      * @return <tt>true</tt> if the element exists in the group; <tt>false</tt>,
      * otherwise.

Modified: pivot/trunk/core/src/org/apache/pivot/collections/HashMap.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/HashMap.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/HashMap.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/HashMap.java Fri Oct  4 23:57:51 2013
@@ -146,7 +146,7 @@ public class HashMap<K, V> implements Ma
 
     /**
      * {@inheritDoc}
-     * 
+     *
      * @throws IllegalArgumentException If {@code key} is {@literal null}.
      */
     @Override
@@ -175,7 +175,7 @@ public class HashMap<K, V> implements Ma
 
     /**
      * {@inheritDoc}
-     * 
+     *
      * @throws IllegalArgumentException If {@code key} is {@literal null}.
      */
     @Override
@@ -239,7 +239,7 @@ public class HashMap<K, V> implements Ma
 
     /**
      * {@inheritDoc}
-     * 
+     *
      * @throws IllegalArgumentException If {@code key} is {@literal null}.
      */
     @Override
@@ -305,7 +305,7 @@ public class HashMap<K, V> implements Ma
 
     /**
      * {@inheritDoc}
-     * 
+     *
      * @throws IllegalArgumentException If {@code key} is {@literal null}.
      */
     @Override

Modified: pivot/trunk/core/src/org/apache/pivot/collections/List.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/List.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/List.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/List.java Fri Oct  4 23:57:51 2013
@@ -87,7 +87,7 @@ public interface List<T> extends Sequenc
      * Adds an item to the list. If the list is unsorted, the item is appended
      * to the end of the list. Otherwise, it is inserted at the appropriate
      * index.
-     * 
+     *
      * @see org.apache.pivot.collections.ListListener#itemInserted(List, int)
      * @return The index at which the item was added.
      */
@@ -96,7 +96,7 @@ public interface List<T> extends Sequenc
 
     /**
      * Inserts an item into the list.
-     * 
+     *
      * @param item The item to be added to the list.
      * @param index The index at which the item should be inserted. Must be a
      * value between <tt>0</tt> and <tt>getLength()</tt>.
@@ -109,7 +109,7 @@ public interface List<T> extends Sequenc
 
     /**
      * Updates the item at the given index.
-     * 
+     *
      * @param index The index of the item to update.
      * @param item The item that will replace any existing value at the given
      * index.
@@ -134,7 +134,7 @@ public interface List<T> extends Sequenc
 
     /**
      * Returns the length of the list.
-     * 
+     *
      * @return The number of items in the list, or -1 if the list's length is
      * not known. In this case, the iterator must be used to retrieve the
      * contents of the list.

Modified: pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java Fri Oct  4 23:57:51 2013
@@ -54,7 +54,7 @@ public interface ListListener<T> {
 
     /**
      * Called when an item has been inserted into a list.
-     * 
+     *
      * @param list The source of the list event.
      * @param index The index at which the item was added.
      */
@@ -62,7 +62,7 @@ public interface ListListener<T> {
 
     /**
      * Called when items have been removed from a list.
-     * 
+     *
      * @param list The source of the list event.
      * @param index The starting index from which items have been removed.
      * @param items The items that were removed from the list.
@@ -71,7 +71,7 @@ public interface ListListener<T> {
 
     /**
      * Called when a list item has been updated.
-     * 
+     *
      * @param list The source of the list event.
      * @param index The index of the item that was updated.
      * @param previousItem The item that was previously stored at <tt>index</tt>.
@@ -80,14 +80,14 @@ public interface ListListener<T> {
 
     /**
      * Called when list data has been reset.
-     * 
+     *
      * @param list The source of the list event.
      */
     public void listCleared(List<T> list);
 
     /**
      * Called when a list's comparator has changed.
-     * 
+     *
      * @param list The source of the event.
      * @param previousComparator The previous comparator value.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Map.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Map.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Map.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Map.java Fri Oct  4 23:57:51 2013
@@ -68,7 +68,7 @@ public interface Map<K, V> extends Dicti
     /**
      * Sets the value of the given key, creating a new entry or replacing the
      * existing value, and firing a corresponding event.
-     * 
+     *
      * @param key The key whose value is to be set.
      * @param value The value to be associated with the given key.
      * @see MapListener#valueAdded(Map, Object)
@@ -85,7 +85,7 @@ public interface Map<K, V> extends Dicti
 
     /**
      * Removes all entries in the map.
-     * 
+     *
      * @see MapListener#mapCleared(Map)
      */
     @Override

Modified: pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java Fri Oct  4 23:57:51 2013
@@ -54,7 +54,7 @@ public interface MapListener<K, V> {
 
     /**
      * Called when a key/value pair has been added to a map.
-     * 
+     *
      * @param map The source of the map event.
      * @param key The key that was added to the map.
      */
@@ -62,7 +62,7 @@ public interface MapListener<K, V> {
 
     /**
      * Called when a map value has been updated.
-     * 
+     *
      * @param map The source of the map event.
      * @param key The key whose value was updated.
      * @param previousValue The value that was previously associated with the
@@ -72,7 +72,7 @@ public interface MapListener<K, V> {
 
     /**
      * Called when a key/value pair has been removed from a map.
-     * 
+     *
      * @param map The source of the map event.
      * @param key The key that was removed.
      * @param value The value that was removed.
@@ -81,14 +81,14 @@ public interface MapListener<K, V> {
 
     /**
      * Called when map data has been reset.
-     * 
+     *
      * @param map The source of the map event.
      */
     public void mapCleared(Map<K, V> map);
 
     /**
      * Called when a map's comparator has changed.
-     * 
+     *
      * @param map The source of the event.
      * @param previousComparator The previous comparator value.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Queue.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Queue.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Queue.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Queue.java Fri Oct  4 23:57:51 2013
@@ -63,7 +63,7 @@ public interface Queue<T> extends Collec
      * Enqueues an item. If the queue is unsorted, the item is added at the tail
      * of the queue (index <tt>0</tt>). Otherwise, it is inserted at the
      * appropriate index.
-     * 
+     *
      * @param item The item to add to the queue.
      */
     public void enqueue(T item);
@@ -85,7 +85,7 @@ public interface Queue<T> extends Collec
 
     /**
      * Tests the emptiness of the queue.
-     * 
+     *
      * @return <tt>true</tt> if the queue contains no items; <tt>false</tt>,
      * otherwise.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java Fri Oct  4 23:57:51 2013
@@ -49,7 +49,7 @@ public interface QueueListener<T> {
 
     /**
      * Called when an item has been inserted into the tail of a queue.
-     * 
+     *
      * @param queue
      * @param item
      */
@@ -57,7 +57,7 @@ public interface QueueListener<T> {
 
     /**
      * Called when an item has been removed from the head of a queue.
-     * 
+     *
      * @param queue
      * @param item
      */
@@ -65,14 +65,14 @@ public interface QueueListener<T> {
 
     /**
      * Called when a queue has been cleared.
-     * 
+     *
      * @param queue
      */
     public void queueCleared(Queue<T> queue);
 
     /**
      * Called when a queue's comparator has changed.
-     * 
+     *
      * @param queue
      * @param previousComparator
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java Fri Oct  4 23:57:51 2013
@@ -28,7 +28,7 @@ public interface Sequence<T> {
     /**
      * Collection of static utility methods providing path access to nested
      * sequence data.
-     * 
+     *
      * @param <T> note that in Tree the type parameter currently it's not used
      */
     public static class Tree<T> {
@@ -174,7 +174,7 @@ public interface Sequence<T> {
             /**
              * Gets the path within the nested sequence to the item most
              * recently returned by a call to <tt>next()</tt>.
-             * 
+             *
              * @return The path (from the root sequence) to the current item.
              * @throws IllegalStateException If <tt>next()</tt> has not yet been
              * called on this iterator.
@@ -267,7 +267,7 @@ public interface Sequence<T> {
 
         /**
          * Adds an item to a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param item The item to be added to the sequence.
          * @param path The path of the sequence to which the item should be
@@ -282,7 +282,7 @@ public interface Sequence<T> {
 
         /**
          * Inserts an item into a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param item The item to be inserted into the sequence.
          * @param path The path of the sequence into which the item should be
@@ -297,7 +297,7 @@ public interface Sequence<T> {
 
         /**
          * Updates an item in a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param path The path of the item to update.
          * @param item The item that will replace any existing value at the given
@@ -325,7 +325,7 @@ public interface Sequence<T> {
 
         /**
          * Removes the first occurrence of an item from a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param item The item to remove.
          * @return The path of the item that was removed.
@@ -343,7 +343,7 @@ public interface Sequence<T> {
 
         /**
          * Removes an item from a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param path The path of the item to remove.
          */
@@ -368,7 +368,7 @@ public interface Sequence<T> {
 
         /**
          * Retrieves an item from a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param path The path of the item to retrieve.
          * @return The item at the given path, or <tt>null</tt> if the path is
@@ -402,7 +402,7 @@ public interface Sequence<T> {
 
         /**
          * Returns the path to an item in a nested sequence.
-         * 
+         *
          * @param sequence The root sequence.
          * @param item The item to locate.
          * @return The path of first occurrence of the item if it exists in the
@@ -451,7 +451,7 @@ public interface Sequence<T> {
         /**
          * Determines whether the path represented by the second argument is a
          * descendant of the path represented by the first argument.
-         * 
+         *
          * @param ancestorPath The ancestor path to test.
          * @param descendantPath The descendant path to test.
          */
@@ -479,7 +479,7 @@ public interface Sequence<T> {
 
     /**
      * Adds an item to the sequence.
-     * 
+     *
      * @param item The item to be added to the sequence.
      * @return The index at which the item was added, or <tt>-1</tt> if the item
      * was not added to the sequence.
@@ -488,7 +488,7 @@ public interface Sequence<T> {
 
     /**
      * Inserts an item into the sequence at a specific index.
-     * 
+     *
      * @param item The item to be added to the sequence.
      * @param index The index at which the item should be inserted. Must be a
      * value between <tt>0</tt> and <tt>getLength()</tt>.
@@ -497,7 +497,7 @@ public interface Sequence<T> {
 
     /**
      * Updates the item at the given index.
-     * 
+     *
      * @param index The index of the item to update.
      * @param item The item that will replace any existing value at the given
      * index.
@@ -507,7 +507,7 @@ public interface Sequence<T> {
 
     /**
      * Removes the first occurrence of the given item from the sequence.
-     * 
+     *
      * @param item The item to remove.
      * @return The index of the item that was removed, or <tt>-1</tt> if the item
      * could not be found.
@@ -517,7 +517,7 @@ public interface Sequence<T> {
 
     /**
      * Removes one or more items from the sequence.
-     * 
+     *
      * @param index The starting index to remove.
      * @param count The number of items to remove, beginning with <tt>index</tt>.
      * @return A sequence containing the items that were removed.
@@ -526,14 +526,14 @@ public interface Sequence<T> {
 
     /**
      * Retrieves the item at the given index.
-     * 
+     *
      * @param index The index of the item to retrieve.
      */
     public T get(int index);
 
     /**
      * Returns the index of an item in the sequence.
-     * 
+     *
      * @param item The item to locate.
      * @return The index of first occurrence of the item if it exists in the
      * sequence; <tt>-1</tt>, otherwise.
@@ -542,7 +542,7 @@ public interface Sequence<T> {
 
     /**
      * Returns the length of the sequence.
-     * 
+     *
      * @return The number of items in the sequence.
      */
     public int getLength();

Modified: pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java Fri Oct  4 23:57:51 2013
@@ -49,7 +49,7 @@ public interface SetListener<E> {
 
     /**
      * Called when an element is added to a set.
-     * 
+     *
      * @param set The source of the set event.
      * @param element The element that was added to the set.
      */
@@ -57,7 +57,7 @@ public interface SetListener<E> {
 
     /**
      * Called when an element is removed from the set.
-     * 
+     *
      * @param set The source of the set event.
      * @param element The element that was removed from the set.
      */
@@ -65,14 +65,14 @@ public interface SetListener<E> {
 
     /**
      * Called when set data has been reset.
-     * 
+     *
      * @param set The source of the set event.
      */
     public void setCleared(Set<E> set);
 
     /**
      * Called when a set's comparator has changed.
-     * 
+     *
      * @param set The source of the event.
      * @param previousComparator The previous comparator value.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/Stack.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/Stack.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/Stack.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/Stack.java Fri Oct  4 23:57:51 2013
@@ -63,14 +63,14 @@ public interface Stack<T> extends Collec
      * "Pushes" an item onto the stack. If the stack is unsorted, the item is
      * added at the top of the stack (<tt>getLength()</tt>). Otherwise, it is
      * inserted at the appropriate index.
-     * 
+     *
      * @param item The item to push onto the stack.
      */
     public void push(T item);
 
     /**
      * Removes the top item from the stack and returns it.
-     * 
+     *
      * @throws IllegalStateException If the stack contains no items.
      */
     public T pop();
@@ -85,7 +85,7 @@ public interface Stack<T> extends Collec
 
     /**
      * Tests the emptiness of the stack.
-     * 
+     *
      * @return <tt>true</tt> if the stack contains no items; <tt>false</tt>,
      * otherwise.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java Fri Oct  4 23:57:51 2013
@@ -49,7 +49,7 @@ public interface StackListener<T> {
 
     /**
      * Called when an item has been pushed onto a stack.
-     * 
+     *
      * @param stack
      * @param item
      */
@@ -57,7 +57,7 @@ public interface StackListener<T> {
 
     /**
      * Called when an item has been popped off of a stack.
-     * 
+     *
      * @param stack
      * @param item
      */
@@ -65,14 +65,14 @@ public interface StackListener<T> {
 
     /**
      * Called when a stack has been cleared.
-     * 
+     *
      * @param stack
      */
     public void stackCleared(Stack<T> stack);
 
     /**
      * Called when a stack's comparator has changed.
-     * 
+     *
      * @param stack
      * @param previousComparator
      */

Modified: pivot/trunk/core/src/org/apache/pivot/io/FileSerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/io/FileSerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/io/FileSerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/io/FileSerializer.java Fri Oct  4 23:57:51 2013
@@ -52,7 +52,7 @@ public class FileSerializer implements S
     /**
      * Creates a new file serializer that will store temporary files in a
      * specific directory.
-     * 
+     *
      * @param tempFileDirectory The directory in which to store temporary
      * folders.
      */

Modified: pivot/trunk/core/src/org/apache/pivot/json/JSON.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/json/JSON.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/json/JSON.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/json/JSON.java Fri Oct  4 23:57:51 2013
@@ -37,7 +37,7 @@ import org.apache.pivot.collections.adap
 public class JSON {
     /**
      * Returns the value at a given path.
-     * 
+     *
      * @param root The root object.
      * @param path The path to the value as a JavaScript path.
      * @return The value at the given path.
@@ -50,7 +50,7 @@ public class JSON {
 
     /**
      * Returns the value at a given path.
-     * 
+     *
      * @param root The root object.
      * @param keys The path to the value as a sequence of keys.
      * @return The value at the given path.
@@ -122,7 +122,7 @@ public class JSON {
 
     /**
      * Sets the value at the given path.
-     * 
+     *
      * @param root
      * @param path
      * @param value
@@ -168,7 +168,7 @@ public class JSON {
 
     /**
      * Removes the value at the given path.
-     * 
+     *
      * @param root
      * @param path
      * @return The value that was removed.
@@ -206,7 +206,7 @@ public class JSON {
 
     /**
      * Tests the existence of a path in a given object.
-     * 
+     *
      * @param root
      * @param path
      * @return <tt>true</tt> if the path exists; <tt>false</tt>, otherwise.
@@ -253,7 +253,7 @@ public class JSON {
 
     /**
      * Parses a JSON path into a sequence of string keys.
-     * 
+     *
      * @param path
      */
     public static Sequence<String> parse(String path) {

Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java Fri Oct  4 23:57:51 2013
@@ -184,7 +184,7 @@ public class JSONSerializer implements S
 
     /**
      * Sets a flag indicating that map keys should always be quote-delimited.
-     * 
+     *
      * @param alwaysDelimitMapKeys <tt>true</tt> to bound map keys in double
      * quotes; <tt>false</tt> to only quote-delimit keys as necessary.
      */
@@ -202,7 +202,7 @@ public class JSONSerializer implements S
     /**
      * Sets the serializer's verbosity flag. When verbosity is enabled, all data
      * read or written will be echoed to the console.
-     * 
+     *
      * @param verbose
      */
     public void setVerbose(boolean verbose) {
@@ -211,7 +211,7 @@ public class JSONSerializer implements S
 
     /**
      * Reads data from a JSON stream.
-     * 
+     *
      * @param inputStream The input stream from which data will be read.
      * @see #readObject(Reader)
      */
@@ -232,7 +232,7 @@ public class JSONSerializer implements S
 
     /**
      * Reads data from a JSON stream.
-     * 
+     *
      * @param reader The reader from which data will be read.
      * @return One of the following types, depending on the content of the stream
      * and the value of {@link #getType()}: <ul>
@@ -814,7 +814,7 @@ public class JSONSerializer implements S
 
     /**
      * Writes data to a JSON stream.
-     * 
+     *
      * @param object
      * @param outputStream The output stream to which data will be written.
      * @see #writeObject(Object, Writer)
@@ -838,7 +838,7 @@ public class JSONSerializer implements S
 
     /**
      * Writes data to a JSON stream.
-     * 
+     *
      * @param object The object to serialize. Must be one of the following
      * types: <ul> <li>pivot.collections.Map</li>
      * <li>pivot.collections.List</li> <li>java.lang.String</li>
@@ -992,7 +992,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a Java object.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed object.
      */
@@ -1011,7 +1011,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a string.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed string.
      */
@@ -1021,7 +1021,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a number.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed number.
      */
@@ -1031,7 +1031,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a short.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed short.
      */
@@ -1041,7 +1041,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a integer.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed integer.
      */
@@ -1051,7 +1051,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a long.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed number.
      */
@@ -1061,7 +1061,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a float.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed float.
      */
@@ -1071,7 +1071,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a double.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed double.
      */
@@ -1081,7 +1081,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a boolean.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed boolean.
      */
@@ -1091,7 +1091,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a list.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed list.
      */
@@ -1101,7 +1101,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a JSON value to a map.
-     * 
+     *
      * @param json The JSON value.
      * @return The parsed map.
      */
@@ -1113,7 +1113,7 @@ public class JSONSerializer implements S
     /**
      * Converts a object to a JSON string representation. The map keys will
      * always be quote-delimited.
-     * 
+     *
      * @param value The object to convert.
      * @return The resulting JSON string.
      * @see #toString(Object, boolean)
@@ -1124,7 +1124,7 @@ public class JSONSerializer implements S
 
     /**
      * Converts a object to a JSON string representation.
-     * 
+     *
      * @param value The object to convert.
      * @param alwaysDelimitMapKeys A flag indicating whether or not map keys will
      * always be quote-delimited.

Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializerListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/json/JSONSerializerListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/json/JSONSerializerListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/json/JSONSerializerListener.java Fri Oct  4 23:57:51 2013
@@ -75,7 +75,7 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has begun reading a dictionary value.
-     * 
+     *
      * @param jsonSerializer
      * @param value
      */
@@ -83,14 +83,14 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has finished reading a dictionary value.
-     * 
+     *
      * @param jsonSerializer
      */
     public void endDictionary(JSONSerializer jsonSerializer);
 
     /**
      * Called when the serializer has read a dictionary key.
-     * 
+     *
      * @param jsonSerializer
      * @param key
      */
@@ -98,7 +98,7 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has begun reading a sequence value.
-     * 
+     *
      * @param jsonSerializer
      * @param value
      */
@@ -106,14 +106,14 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has finished reading a sequence value.
-     * 
+     *
      * @param jsonSerializer
      */
     public void endSequence(JSONSerializer jsonSerializer);
 
     /**
      * Called when the serializer has read a string value.
-     * 
+     *
      * @param jsonSerializer
      * @param value
      */
@@ -121,7 +121,7 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has read a numeric value.
-     * 
+     *
      * @param jsonSerializer
      * @param value
      */
@@ -129,7 +129,7 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has read a boolean value.
-     * 
+     *
      * @param jsonSerializer
      * @param value
      */
@@ -137,7 +137,7 @@ public interface JSONSerializerListener 
 
     /**
      * Called when the serializer has read a null value.
-     * 
+     *
      * @param jsonSerializer
      */
     public void readNull(JSONSerializer jsonSerializer);

Modified: pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java Fri Oct  4 23:57:51 2013
@@ -26,7 +26,7 @@ import java.io.OutputStream;
 /**
  * Implementation of the {@link Serializer} interface that reads and writes a
  * byte array.
- * 
+ *
  * @see Serializer
  */
 public class ByteArraySerializer implements Serializer<byte[]> {

Modified: pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java Fri Oct  4 23:57:51 2013
@@ -138,7 +138,7 @@ public class CSVSerializer implements Se
 
     /**
      * Sets the keys that will be read or written by this serializer.
-     * 
+     *
      * @param keys
      */
     public void setKeys(Sequence<String> keys) {
@@ -151,7 +151,7 @@ public class CSVSerializer implements Se
 
     /**
      * Sets the keys that will be read or written by this serializer.
-     * 
+     *
      * @param keys
      */
     public void setKeys(String... keys) {
@@ -171,7 +171,7 @@ public class CSVSerializer implements Se
 
     /**
      * Sets the serializer's write keys flag.
-     * 
+     *
      * @param writeKeys If <tt>true</tt>, the first line of the output will
      * contain the keys. Otherwise, the first line will contain the first line
      * of data.
@@ -190,7 +190,7 @@ public class CSVSerializer implements Se
     /**
      * Sets the serializer's verbosity flag. When verbosity is enabled, all data
      * read or written will be echoed to the console.
-     * 
+     *
      * @param verbose
      */
     public void setVerbose(boolean verbose) {
@@ -199,7 +199,7 @@ public class CSVSerializer implements Se
 
     /**
      * Reads values from a comma-separated value stream.
-     * 
+     *
      * @param inputStream The input stream from which data will be read.
      * @see #readObject(Reader)
      */
@@ -220,7 +220,7 @@ public class CSVSerializer implements Se
 
     /**
      * Reads values from a comma-separated value stream.
-     * 
+     *
      * @param reader The reader from which data will be read.
      * @return A list containing the data read from the CSV file. The list items
      * are instances of Dictionary<String, Object> populated by mapping columns
@@ -420,7 +420,7 @@ public class CSVSerializer implements Se
 
     /**
      * Writes values to a comma-separated value stream.
-     * 
+     *
      * @param items
      * @param outputStream The output stream to which data will be written.
      * @see #writeObject(List, Writer)
@@ -448,7 +448,7 @@ public class CSVSerializer implements Se
 
     /**
      * Writes values to a comma-separated value stream.
-     * 
+     *
      * @param items A list containing the data to write to the CSV file. List
      * items must be instances of Dictionary<String, Object>. The dictionary
      * values will be written out in the order specified by the key sequence.

Modified: pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializerListener.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializerListener.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializerListener.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializerListener.java Fri Oct  4 23:57:51 2013
@@ -44,7 +44,7 @@ public interface CSVSerializerListener {
 
     /**
      * Called when the serializer has begun reading the list.
-     * 
+     *
      * @param csvSerializer
      * @param list
      */
@@ -52,14 +52,14 @@ public interface CSVSerializerListener {
 
     /**
      * Called when the serializer has finished reading the list.
-     * 
+     *
      * @param csvSerializer
      */
     public void endList(CSVSerializer csvSerializer);
 
     /**
      * Called when the serializer has read an item.
-     * 
+     *
      * @param csvSerializer
      * @param item
      */

Modified: pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java Fri Oct  4 23:57:51 2013
@@ -34,7 +34,7 @@ public class PropertiesSerializer implem
 
     /**
      * Reads data from a properties stream.
-     * 
+     *
      * @param inputStream The input stream from which data will be read.
      * @return An instance of {@link Map} containing the data read from the
      * properties file. Both keys and values are strings.
@@ -53,7 +53,7 @@ public class PropertiesSerializer implem
 
     /**
      * Writes data to a properties stream.
-     * 
+     *
      * @param object An instance of {@link Map} containing the data to be
      * written to the properties file. Keys must be strings, and values will be
      * converted to strings.

Modified: pivot/trunk/core/src/org/apache/pivot/serialization/Serializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/serialization/Serializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/serialization/Serializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/serialization/Serializer.java Fri Oct  4 23:57:51 2013
@@ -23,13 +23,13 @@ import java.io.OutputStream;
 /**
  * Defines an interface for writing objects to and reading objects from a data
  * stream.
- * 
+ *
  * @param <T> The type of data being read and written.
  */
 public interface Serializer<T> {
     /**
      * Reads an object from an input stream.
-     * 
+     *
      * @param inputStream The data stream from which the object will be read.
      * @return The deserialized object.
      */
@@ -37,7 +37,7 @@ public interface Serializer<T> {
 
     /**
      * Writes an object to an output stream.
-     * 
+     *
      * @param object The object to serialize.
      * @param outputStream The data stream to which the object will be written.
      */
@@ -46,7 +46,7 @@ public interface Serializer<T> {
 
     /**
      * Returns the MIME type of the data read and written by this serializer.
-     * 
+     *
      * @param object If provided, allows the serializer to attach parameters to
      * the returned MIME type containing more detailed information about the
      * data. If <tt>null</tt>, the base MIME type is returned.

Modified: pivot/trunk/core/src/org/apache/pivot/serialization/StringSerializer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/core/src/org/apache/pivot/serialization/StringSerializer.java?rev=1529353&r1=1529352&r2=1529353&view=diff
==============================================================================
--- pivot/trunk/core/src/org/apache/pivot/serialization/StringSerializer.java (original)
+++ pivot/trunk/core/src/org/apache/pivot/serialization/StringSerializer.java Fri Oct  4 23:57:51 2013
@@ -54,7 +54,7 @@ public class StringSerializer implements
 
     /**
      * Reads plain text data from an input stream.
-     * 
+     *
      * @param inputStream The input stream from which data will be read.
      * @return An instance of {@link String} containing the text read from the
      * input stream.
@@ -89,7 +89,7 @@ public class StringSerializer implements
 
     /**
      * Writes plain text data to an output stream.
-     * 
+     *
      * @param text The text to be written to the output stream.
      * @param outputStream The output stream to which data will be written.
      */