GreatSyntacticShift: 'namespace' -> 'package'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace std.template
|
||||
package std.template
|
||||
|
||||
import std.io.*
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace std.template.html
|
||||
package std.template.html
|
||||
|
||||
import std.*
|
||||
import std.template.*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Server side Java IO code to avoid coupling
|
||||
// the core template code to java.* for easier JS porting
|
||||
namespace std.template.io
|
||||
package std.template.io
|
||||
|
||||
import std.template.*
|
||||
import java.io.Writer
|
||||
|
||||
Reference in New Issue
Block a user