]> source.dussan.org Git - vaadin-framework.git/commit
Revert to old capitalization to avoid git issues (#8942)
authorLeif Åstrand <leif@vaadin.com>
Sat, 30 Aug 2014 06:33:31 +0000 (09:33 +0300)
committerVaadin Code Review <review@vaadin.com>
Sat, 30 Aug 2014 10:25:40 +0000 (10:25 +0000)
commitcf77a27c7f711e076c4f2c47cca46d87111bdb15
treedbd8fb71ea298721a95922ff387ee9d83ffc4199
parent581f3b3b25aedcfd56e9b9ec3418fe93c3f6b92d
Revert to old capitalization to avoid git issues (#8942)

Git on OS X seems to have problems with changing between branches with
the old and new casing of the two json related files. Changing back to
the old names to avoid issues when changing branches.

Change-Id: I948395a7ce725db4116fe0e7ac1a23628dc659c7
server/src/com/vaadin/server/JsonCodec.java
server/src/com/vaadin/server/communication/DateSerializer.java
server/src/com/vaadin/server/communication/JSONSerializer.java [new file with mode: 0644]
server/src/com/vaadin/server/communication/JsonSerializer.java [deleted file]
server/tests/src/com/vaadin/server/JSONSerializerTest.java [new file with mode: 0644]
server/tests/src/com/vaadin/server/JsonSerializerTest.java [deleted file]
server/tests/src/com/vaadin/tests/server/TestClassesSerializable.java