aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/bits
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-20 03:07:05 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-20 03:07:05 +0100
commitba12b465f060012f4e147a750cede97d011295b7 (patch)
treef564a62ba4e4d54692d585d54ff016cf0f7022d4 /src/algorithms/bits
parentadd is power of two (diff)
downloadalgorithms-and-data-structures-ba12b465f060012f4e147a750cede97d011295b7.tar.gz
algorithms-and-data-structures-ba12b465f060012f4e147a750cede97d011295b7.tar.bz2
algorithms-and-data-structures-ba12b465f060012f4e147a750cede97d011295b7.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/algorithms/bits/Powers.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/bits/Powers.java b/src/algorithms/bits/Powers.java
index 740399a..df6f926 100644
--- a/src/algorithms/bits/Powers.java
+++ b/src/algorithms/bits/Powers.java
@@ -22,7 +22,7 @@ package algorithms.bits;
*/
public class Powers
{
-£<for T in char byte short int long; do
+£>for T in char byte short int long; do
/**
* Compute whether an integer is a power of two,
* note that zero is indeed not a power of two