Polish sample package names

This commit is contained in:
Phillip Webb
2015-06-23 00:47:12 -07:00
parent 9c0335fc29
commit 1ce617f1ae
163 changed files with 401 additions and 760 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample;
package sample.atmosphere;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample;
package sample.atmosphere;
import java.util.Date;
@@ -49,4 +49,5 @@ public class Message {
public void setTime(long time) {
this.time = time;
}
}

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample;
package sample.atmosphere;
import java.util.Collections;
@@ -80,4 +80,5 @@ public class SampleAtmosphereApplication {
public static void main(String[] args) throws Exception {
SpringApplication.run(SampleAtmosphereApplication.class, args);
}
}