Skip to content

Commit

Permalink
sprint-1 - File system example renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitiry Setrakyan committed Feb 8, 2015
1 parent 068931b commit 252ccdf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.ignite.examples.fs;
package org.apache.ignite.examples.ignitefs;

import org.apache.ignite.*;
import org.apache.ignite.ignitefs.*;
Expand Down Expand Up @@ -46,7 +46,7 @@ public static void main(String[] args) throws Exception {
Ignite ignite = Ignition.start("examples/config/filesystem/example-ignitefs.xml");

System.out.println();
System.out.println(">>> Ignitefs example started.");
System.out.println(">>> IgniteFs example started.");

try {
// Get an instance of Ignite File System.
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.ignite.examples.fs;
package org.apache.ignite.examples.ignitefs;

import org.apache.ignite.*;
import org.apache.ignite.compute.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.ignite.examples.fs;
package org.apache.ignite.examples.ignitefs;

import org.apache.ignite.*;

Expand Down
Expand Up @@ -19,6 +19,6 @@
<html>
<body>
<!-- Package description. -->
Demonstrates using of Ignite File System.
Demonstrates usage of Ignite File System.
</body>
</html>
Expand Up @@ -17,7 +17,7 @@

package org.apache.ignite.examples;

import org.apache.ignite.examples.fs.*;
import org.apache.ignite.examples.ignitefs.*;
import org.apache.ignite.internal.util.typedef.internal.*;
import org.apache.ignite.testframework.junits.common.*;

Expand Down

0 comments on commit 252ccdf

Please sign in to comment.