Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated some remaining old-style class footer comments.
  • Loading branch information
artob committed Dec 27, 2010
1 parent 8e14b78 commit 1628541
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions lib/rdf/repository.rb
Expand Up @@ -390,6 +390,6 @@ def clear_statements
protected :insert_statement
protected :delete_statement
protected :clear_statements
end # module Implementation
end # class Repository
end # module RDF
end # Implementation
end # Repository
end # RDF
6 changes: 3 additions & 3 deletions lib/rdf/util/aliasing.rb
Expand Up @@ -58,6 +58,6 @@ def #{new_name}(*args, &block)

return self
end
end # module LateBound
end # module Aliasing
end; end # module RDF::Util
end # LateBound
end # Aliasing
end; end # RDF::Util
8 changes: 4 additions & 4 deletions lib/rdf/util/cache.rb
Expand Up @@ -95,7 +95,7 @@ def []=(key, value)
end
value
end
end # class ObjectSpaceCache
end # ObjectSpaceCache

##
# This implementation uses the `WeakRef` class from Ruby's standard
Expand Down Expand Up @@ -132,6 +132,6 @@ def []=(key, value)
end
value
end
end # class WeakRefCache
end # class Cache
end; end # module RDF::Util
end # WeakRefCache
end # Cache
end; end # RDF::Util

0 comments on commit 1628541

Please sign in to comment.